Show / Hide Table of Contents

Class Document.Types.Page.Types.Token

A detected token.

Inheritance
System.Object
Document.Types.Page.Types.Token
Implements
IMessage<Document.Types.Page.Types.Token>
System.IEquatable<Document.Types.Page.Types.Token>
IDeepCloneable<Document.Types.Page.Types.Token>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class Token : IMessage<Document.Types.Page.Types.Token>, IEquatable<Document.Types.Page.Types.Token>, IDeepCloneable<Document.Types.Page.Types.Token>, IBufferMessage, IMessage

Constructors

Token()

Declaration
public Token()

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

Declaration
public Token(Document.Types.Page.Types.Token other)
Parameters
Type Name Description
Document.Types.Page.Types.Token other

Properties

DetectedBreak

Detected break at the end of a [Token][google.cloud.documentai.v1beta2.Document.Page.Token].

Declaration
public Document.Types.Page.Types.Token.Types.DetectedBreak DetectedBreak { get; set; }
Property Value
Type Description
Document.Types.Page.Types.Token.Types.DetectedBreak

DetectedLanguages

A list of detected languages together with confidence.

Declaration
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }
Property Value
Type Description
RepeatedField<Document.Types.Page.Types.DetectedLanguage>

Layout

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

Declaration
public Document.Types.Page.Types.Layout Layout { get; set; }
Property Value
Type Description
Document.Types.Page.Types.Layout
Back to top