Class ObjectMetadata
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ObjectMetadata
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ObjectMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Basic information about an object.
-
Constructor Summary
Constructors Constructor Description ObjectMetadata()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ObjectMetadata
public ObjectMetadata()
-
-
Method Details
-
getObject
Gets the object.The name of the object.
- Returns:
- the object
-
getCount
Gets the count.Number of bounding boxes with this object name in the collection.
- Returns:
- the count
-