public sealed class Paragraph : IMessage<Document.Types.Page.Types.Paragraph>, IEquatable<Document.Types.Page.Types.Paragraph>, IDeepCloneable<Document.Types.Page.Types.Paragraph>, IBufferMessage, IMessage
A collection of lines that a human would perceive as a paragraph.
Implements
IMessage<Document.Types.Page.Types.Paragraph>, IEquatable<Document.Types.Page.Types.Paragraph>, IDeepCloneable<Document.Types.Page.Types.Paragraph>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta2Assembly
Google.Cloud.DocumentAI.V1Beta2.dll
Constructors
Paragraph()
public Paragraph()
Paragraph(Document.Types.Page.Types.Paragraph)
public Paragraph(Document.Types.Page.Types.Paragraph other)
Name | Description |
other | Document.Types.Page.Types.Paragraph |
Properties
DetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }
A list of detected languages together with confidence.
Type | Description |
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 [Paragraph][google.cloud.documentai.v1beta2.Document.Page.Paragraph].
Type | Description |
Document.Types.Page.Types.Layout |