Class: Google::Cloud::VisionAI::V1::Annotation
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Annotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
An annotation is a resource in asset. It represents a key-value mapping of content in asset.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Resource name of the annotation.
-
#user_specified_annotation ⇒ ::Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation
User provided annotation.
Instance Attribute Details
#name ⇒ ::String
Returns Resource name of the annotation.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}.
1513 1514 1515 1516 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1513 class Annotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_specified_annotation ⇒ ::Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation
Returns User provided annotation.
1513 1514 1515 1516 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1513 class Annotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |