Cloud Document AI v1 API - Class Document.Types.Page.Types.Line (3.14.0)

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

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

A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.

Inheritance

object > Document.Types.Page.Types.Line

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Line()

public Line()

Line(Line)

public Line(Document.Types.Page.Types.Line other)
Parameter
NameDescription
otherDocumentTypesPageTypesLine

Properties

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 [Line][google.cloud.documentai.v1.Document.Page.Line].

Property Value
TypeDescription
DocumentTypesPageTypesLayout

Provenance

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

The history of this annotation.

Property Value
TypeDescription
DocumentTypesProvenance