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.
  • Method Details

    • newBuilder

      public UpdateObjectMetadata.Builder newBuilder()
      New builder.
      Returns:
      a UpdateObjectMetadata builder
    • object

      public String 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

      public Long count()
      Gets the count.

      Number of bounding boxes in the collection with the updated object name.

      Returns:
      the count