Class DetectedObjects
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.DetectedObjects
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DetectedObjects
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Container for the list of collections that have objects detected in an image.
-
Constructor Summary
Constructors Constructor Description DetectedObjects()
-
Method Summary
Modifier and Type Method Description List<CollectionObjects>
getCollections()
Gets the collections.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DetectedObjects
public DetectedObjects()
-
-
Method Details
-
getCollections
Gets the collections.The collections with identified objects.
- Returns:
- the collections
-