Class ClassifiedImages

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v3.model.ClassifiedImages
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ClassifiedImages
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Results for all images.
  • Constructor Details

    • ClassifiedImages

      public ClassifiedImages()
  • Method Details

    • getCustomClasses

      public Long getCustomClasses()
      Gets the customClasses.

      Number of custom classes identified in the images.

      Returns:
      the customClasses
    • getImagesProcessed

      public Long getImagesProcessed()
      Gets the imagesProcessed.

      Number of images processed for the API call.

      Returns:
      the imagesProcessed
    • getImages

      public List<ClassifiedImage> getImages()
      Gets the images.

      Classified images.

      Returns:
      the images
    • getWarnings

      public List<WarningInfo> getWarnings()
      Gets the warnings.

      Information about what might cause less than optimal output. For example, a request sent with a corrupt .zip file and a list of image URLs will still complete, but does not return the expected output. Not returned when there is no warning.

      Returns:
      the warnings