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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ annotation |
Annotation
Required. The annotation to update. The annotation's |
↳ update_mask |
Google\Protobuf\FieldMask
The list of fields to be updated. |
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}
| Returns | |
|---|---|
| Type | Description |
Annotation|null |
|
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}
| Parameter | |
|---|---|
| Name | Description |
var |
Annotation
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
The list of fields to be updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|