Class: Google::Cloud::VisionAI::V1::Annotation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Resource name of the annotation. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}.

Returns:

  • (::String)

    Resource name of the annotation. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}



1509
1510
1511
1512
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1509

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

#user_specified_annotation::Google::Cloud::VisionAI::V1::UserSpecifiedAnnotation

Returns User provided annotation.

Returns:



1509
1510
1511
1512
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1509

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