Class: Google::Cloud::VisionAI::V1::UpdateAnnotationRequest

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 UpdateAnnotation API.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation::Google::Cloud::VisionAI::V1::Annotation

Returns Required. The annotation to update. The annotation's name field is used to identify the annotation to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}.

Returns:

  • (::Google::Cloud::VisionAI::V1::Annotation)

    Required. The annotation to update. The annotation's name field is used to identify the annotation to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}



1681
1682
1683
1684
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1681

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

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to be updated.

Returns:



1681
1682
1683
1684
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1681

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