public sealed class Token : IMessage<Document.Types.Page.Types.Token>, IEquatable<Document.Types.Page.Types.Token>, IDeepCloneable<Document.Types.Page.Types.Token>, IBufferMessage, IMessageA detected token.
Implements
IMessage<Document.Types.Page.Types.Token>, IEquatable<Document.Types.Page.Types.Token>, IDeepCloneable<Document.Types.Page.Types.Token>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Token()
public Token()Token(Document.Types.Page.Types.Token)
public Token(Document.Types.Page.Types.Token other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Types.Page.Types.Token |
Properties
DetectedBreak
public Document.Types.Page.Types.Token.Types.DetectedBreak DetectedBreak { get; set; }Detected break at the end of a [Token][google.cloud.documentai.v1.Document.Page.Token].
| Property Value | |
|---|---|
| Type | Description |
Document.Types.Page.Types.Token.Types.DetectedBreak |
|
DetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }A list of detected languages together with confidence.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Document.Types.Page.Types.DetectedLanguage> |
|
Layout
public Document.Types.Page.Types.Layout Layout { get; set; }[Layout][google.cloud.documentai.v1.Document.Page.Layout] for [Token][google.cloud.documentai.v1.Document.Page.Token].
| Property Value | |
|---|---|
| Type | Description |
Document.Types.Page.Types.Layout |
|
Provenance
public Document.Types.Provenance Provenance { get; set; }The history of this annotation.
| Property Value | |
|---|---|
| Type | Description |
Document.Types.Provenance |
|