public class ClassifiedImages
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ClassifiedImages() |
Modifier and Type | Method and Description |
---|---|
Long |
getCustomClasses()
Gets the customClasses.
|
List<ClassifiedImage> |
getImages()
Gets the images.
|
Long |
getImagesProcessed()
Gets the imagesProcessed.
|
List<WarningInfo> |
getWarnings()
Gets the warnings.
|
public Long getCustomClasses()
Number of custom classes identified in the images.
public Long getImagesProcessed()
Number of images processed for the API call.
public List<ClassifiedImage> getImages()
Classified images.
public 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.
Copyright © 2021 IBM Cloud. All rights reserved.