Vision AI v1 API - Class UpdateAnnotationRequest (1.0.0-beta01)

public sealed class UpdateAnnotationRequest : IMessage<UpdateAnnotationRequest>, IEquatable<UpdateAnnotationRequest>, IDeepCloneable<UpdateAnnotationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class UpdateAnnotationRequest.

Request message for UpdateAnnotation API.

Inheritance

object > UpdateAnnotationRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

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