public sealed class UpdateAnnotationRequest : IMessage<UpdateAnnotationRequest>, IEquatable<UpdateAnnotationRequest>, IDeepCloneable<UpdateAnnotationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UpdateAnnotationRequest.
Request message for UpdateAnnotation API.
Implements
IMessageUpdateAnnotationRequest, IEquatableUpdateAnnotationRequest, IDeepCloneableUpdateAnnotationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
UpdateAnnotationRequest()
public UpdateAnnotationRequest()UpdateAnnotationRequest(UpdateAnnotationRequest)
public UpdateAnnotationRequest(UpdateAnnotationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAnnotationRequest |
Properties
Annotation
public Annotation Annotation { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
Annotation |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The list of fields to be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|