public sealed class Document.Types.Page.Types.Token : IMessage<Document.Types.Page.Types.Token>, IEquatable<Document.Types.Page.Types.Token>, IDeepCloneable<Document.Types.Page.Types.Token>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Token.
A detected token.
Implements
IMessageDocumentTypesPageTypesToken, IEquatableDocumentTypesPageTypesToken, IDeepCloneableDocumentTypesPageTypesToken, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Token()
public Token()Token(Token)
public Token(Document.Types.Page.Types.Token other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesPageTypesToken |
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 |
DocumentTypesPageTypesTokenTypesDetectedBreak |
|
DetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }A list of detected languages together with confidence.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDocumentTypesPageTypesDetectedLanguage |
|
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 |
DocumentTypesPageTypesLayout |
|
Provenance
[Obsolete]
public Document.Types.Provenance Provenance { get; set; }The history of this annotation.
| Property Value | |
|---|---|
| Type | Description |
DocumentTypesProvenance |
|
StyleInfo
public Document.Types.Page.Types.Token.Types.StyleInfo StyleInfo { get; set; }Text style attributes.
| Property Value | |
|---|---|
| Type | Description |
DocumentTypesPageTypesTokenTypesStyleInfo |
|