Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class UpdateAnnotationRequest.
Request message for UpdateAnnotation API.
Generated from protobuf message google.cloud.visionai.v1.UpdateAnnotationRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ annotation
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}
↳ update_mask
getAnnotation
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}
hasAnnotation
clearAnnotation
setAnnotation
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}
$this
getUpdateMask
The list of fields to be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
$this
static::build
annotation
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}
updateMask

