public class ClassifiedImages
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
customClasses |
protected java.util.List<ClassifiedImage> |
images |
protected java.lang.Long |
imagesProcessed |
protected java.util.List<WarningInfo> |
warnings |
Constructor and Description |
---|
ClassifiedImages() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCustomClasses()
Gets the customClasses.
|
java.util.List<ClassifiedImage> |
getImages()
Gets the images.
|
java.lang.Long |
getImagesProcessed()
Gets the imagesProcessed.
|
java.util.List<WarningInfo> |
getWarnings()
Gets the warnings.
|
@SerializedName(value="custom_classes") protected java.lang.Long customClasses
@SerializedName(value="images_processed") protected java.lang.Long imagesProcessed
protected java.util.List<ClassifiedImage> images
protected java.util.List<WarningInfo> warnings
public java.lang.Long getCustomClasses()
Number of custom classes identified in the images.
public java.lang.Long getImagesProcessed()
Number of images processed for the API call.
public java.util.List<ClassifiedImage> getImages()
Classified images.
public java.util.List<WarningInfo> getWarnings()
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.