public sealed class Line : IMessage<Document.Types.Page.Types.Line>, IEquatable<Document.Types.Page.Types.Line>, IDeepCloneable<Document.Types.Page.Types.Line>, IBufferMessage, IMessage
A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.
Implements
IMessage<Document.Types.Page.Types.Line>, IEquatable<Document.Types.Page.Types.Line>, IDeepCloneable<Document.Types.Page.Types.Line>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Line()
public Line()
Line(Document.Types.Page.Types.Line)
public Line(Document.Types.Page.Types.Line other)
Parameter | |
---|---|
Name | Description |
other | Document.Types.Page.Types.Line |
Properties
DetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }
A list of detected languages together with confidence.
Property Value | |
---|---|
Type | Description |
RepeatedField<Document.Types.Page.Types.DetectedLanguage> |
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 |
Document.Types.Page.Types.Layout |
Provenance
public Document.Types.Provenance Provenance { get; set; }
The history of this annotation.
Property Value | |
---|---|
Type | Description |
Document.Types.Provenance |