Class: Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Annotation provided by users.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns 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.



1526
1527
1528
1529
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1526

class UserSpecifiedAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#partition::Google::Cloud::VisionAI::V1::Partition

Returns Partition information in time and space for the sub-asset level annotation.

Returns:



1526
1527
1528
1529
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1526

class UserSpecifiedAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::Google::Cloud::VisionAI::V1::AnnotationValue

Returns Value of the annotation. The value must be able to convert to the type according to the data schema.

Returns:



1526
1527
1528
1529
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1526

class UserSpecifiedAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end