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 SummaryConstructors Constructor Description ImageSummaryList()
- 
Method SummaryModifier and Type Method Description List<ImageSummary>getImages()Gets the images.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
ImageSummaryListpublic ImageSummaryList()
 
- 
- 
Method Details- 
getImagesGets the images.The images in the collection. - Returns:
- the images
 
 
-