Class ImageDetailsList
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ImageDetailsList
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ImageDetailsList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
List of information about the images.
-
Constructor Summary
Constructors Constructor Description ImageDetailsList()
-
Method Summary
Modifier and Type Method Description List<ImageDetails>
getImages()
Gets the images.String
getTrace()
Gets the trace.List<Warning>
getWarnings()
Gets the warnings.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ImageDetailsList
public ImageDetailsList()
-
-
Method Details
-
getImages
Gets the images.The images in the collection.
- Returns:
- the images
-
getWarnings
Gets the warnings.Information about what might cause less than optimal output.
- Returns:
- the warnings
-
getTrace
Gets the trace.A unique identifier of the request. Included only when an error or warning is returned.
- Returns:
- the trace
-