Class CollectionObjects
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.CollectionObjects
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CollectionObjects
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The objects in a collection that are detected in an image.
- 
Constructor Summary
Constructors Constructor Description CollectionObjects() - 
Method Summary
Modifier and Type Method Description StringgetCollectionId()Gets the collectionId.List<ObjectDetail>getObjects()Gets the objects.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Constructor Details
- 
CollectionObjects
public CollectionObjects() 
 - 
 - 
Method Details
- 
getCollectionId
Gets the collectionId.The identifier of the collection.
- Returns:
 - the collectionId
 
 - 
getObjects
Gets the objects.The identified objects in a collection.
- Returns:
 - the objects
 
 
 -