Class UpdateObjectMetadata
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.UpdateObjectMetadata
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateObjectMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Basic information about an updated object.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateObjectMetadata.Builder
Builder. -
Method Summary
Modifier and Type Method Description Long
count()
Gets the count.UpdateObjectMetadata.Builder
newBuilder()
New builder.String
object()
Gets the object.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a UpdateObjectMetadata builder
-
object
Gets the object.The updated name of the object. The name can contain alphanumeric, underscore, hyphen, space, and dot characters. It cannot begin with the reserved prefix `sys-`.
- Returns:
- the object
-
count
Gets the count.Number of bounding boxes in the collection with the updated object name.
- Returns:
- the count
-