Cloud Document AI v1 API - Class Document.Types.Page.Types.Token (3.15.0)

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, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Token.

A detected token.

Inheritance

object > Document.Types.Page.Types.Token

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Token()

public Token()

Token(Token)

public Token(Document.Types.Page.Types.Token other)
Parameter
NameDescription
otherDocumentTypesPageTypesToken

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
TypeDescription
DocumentTypesPageTypesTokenTypesDetectedBreak

DetectedLanguages

public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }

A list of detected languages together with confidence.

Property Value
TypeDescription
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
TypeDescription
DocumentTypesPageTypesLayout

Provenance

[Obsolete]
public Document.Types.Provenance Provenance { get; set; }

The history of this annotation.

Property Value
TypeDescription
DocumentTypesProvenance

StyleInfo

public Document.Types.Page.Types.Token.Types.StyleInfo StyleInfo { get; set; }

Text style attributes.

Property Value
TypeDescription
DocumentTypesPageTypesTokenTypesStyleInfo