Class: Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation
- 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
-
#key ⇒ ::String
Required.
-
#partition ⇒ ::Google::Cloud::VisionAI::V1::Partition
Partition information in time and space for the sub-asset level annotation.
-
#value ⇒ ::Google::Cloud::VisionAI::V1::AnnotationValue
Value of the annotation.
Instance Attribute Details
#key ⇒ ::String
Returns 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.
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.
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 |