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 Summary
Constructors Constructor Description ClassifiedImages()
-
Method Summary
Modifier and Type Method Description Long
getCustomClasses()
Gets the customClasses.List<ClassifiedImage>
getImages()
Gets the images.Long
getImagesProcessed()
Gets the imagesProcessed.List<WarningInfo>
getWarnings()
Gets the warnings.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ClassifiedImages
public ClassifiedImages()
-
-
Method Details
-
getCustomClasses
Gets the customClasses.Number of custom classes identified in the images.
- Returns:
- the customClasses
-
getImagesProcessed
Gets the imagesProcessed.Number of images processed for the API call.
- Returns:
- the imagesProcessed
-
getImages
Gets the images.Classified images.
- Returns:
- the images
-
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
-