Class: Google::Cloud::VisionAI::V1::GetAnnotationRequest

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

Overview

Request message for GetAnnotation API.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    Required. The name of the annotation to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}



1666
1667
1668
1669
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1666

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