Class: Google::Cloud::VisionAI::V1::UpdateAnnotationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateAnnotationRequest
- 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
-
#annotation ⇒ ::Google::Cloud::VisionAI::V1::Annotation
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
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}
.
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.
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 |