Class ImageSummaryList
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ImageSummaryList
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ImageSummaryList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
List of images.
-
Constructor Summary
Constructors Constructor Description ImageSummaryList()
-
Method Summary
Modifier and Type Method Description List<ImageSummary>
getImages()
Gets the images.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ImageSummaryList
public ImageSummaryList()
-
-
Method Details
-
getImages
Gets the images.The images in the collection.
- Returns:
- the images
-