Class: Google::Cloud::VisionAI::V1::DeleteAnnotationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::DeleteAnnotationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for DeleteAnnotation API.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the annotation to delete.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}/annotations/{annotation}
.
1692 1693 1694 1695 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1692 class DeleteAnnotationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |