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, IMessageReference 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.
Implements
IMessageDocumentTypesPageTypesLine, IEquatableDocumentTypesPageTypesLine, IDeepCloneableDocumentTypesPageTypesLine, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Line()
public Line()Line(Line)
public Line(Document.Types.Page.Types.Line other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesPageTypesLine |
Properties
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 [Line][google.cloud.documentai.v1.Document.Page.Line].
| Property Value | |
|---|---|
| Type | Description |
DocumentTypesPageTypesLayout |
|
Provenance
[Obsolete]
public Document.Types.Provenance Provenance { get; set; }The history of this annotation.
| Property Value | |
|---|---|
| Type | Description |
DocumentTypesProvenance |
|