Class Document.Types.Page.Types.Token (1.0.0-beta03)

public sealed class Token : IMessage<Document.Types.Page.Types.Token>, IEquatable<Document.Types.Page.Types.Token>, IDeepCloneable<Document.Types.Page.Types.Token>, IBufferMessage, IMessage

A detected token.

Inheritance

Object > Document.Types.Page.Types.Token

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

Token()

public Token()

Token(Document.Types.Page.Types.Token)

public Token(Document.Types.Page.Types.Token other)
Parameter
NameDescription
otherDocument.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.v1beta2.Document.Page.Token].

Property Value
TypeDescription
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
TypeDescription
RepeatedField<Document.Types.Page.Types.DetectedLanguage>

Layout

public Document.Types.Page.Types.Layout Layout { get; set; }

[Layout][google.cloud.documentai.v1beta2.Document.Page.Layout] for [Token][google.cloud.documentai.v1beta2.Document.Page.Token].

Property Value
TypeDescription
Document.Types.Page.Types.Layout