public sealed class Document.Types.Annotations : IMessage<Document.Types.Annotations>, IEquatable<Document.Types.Annotations>, IDeepCloneable<Document.Types.Annotations>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.Annotations.
Represents the annotation of a block or a chunk.
Implements
IMessageDocumentTypesAnnotations, IEquatableDocumentTypesAnnotations, IDeepCloneableDocumentTypesAnnotations, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Annotations()
public Annotations()Annotations(Annotations)
public Annotations(Document.Types.Annotations other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesAnnotations |
Properties
Description
public string Description { get; set; }The description of the content with this annotation.
| Property Value | |
|---|---|
| Type | Description |
string |
|