Vision AI V1 API - Class Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation.

Annotation provided by users.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — Required. Key of the annotation. The key must be set with type by CreateDataSchema.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Required. Key of the annotation. The key must be set with type by CreateDataSchema.
Returns
  • (::String) — Required. Key of the annotation. The key must be set with type by CreateDataSchema.

#partition

def partition() -> ::Google::Cloud::VisionAI::V1::Partition
Returns

#partition=

def partition=(value) -> ::Google::Cloud::VisionAI::V1::Partition
Parameter
Returns

#value

def value() -> ::Google::Cloud::VisionAI::V1::AnnotationValue
Returns

#value=

def value=(value) -> ::Google::Cloud::VisionAI::V1::AnnotationValue
Parameter
Returns