Show / Hide Table of Contents

Class Document.Types.Page.Types.Paragraph

A collection of lines that a human would perceive as a paragraph.

Inheritance
System.Object
Document.Types.Page.Types.Paragraph
Implements
IMessage<Document.Types.Page.Types.Paragraph>
System.IEquatable<Document.Types.Page.Types.Paragraph>
IDeepCloneable<Document.Types.Page.Types.Paragraph>
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 Paragraph : IMessage<Document.Types.Page.Types.Paragraph>, IEquatable<Document.Types.Page.Types.Paragraph>, IDeepCloneable<Document.Types.Page.Types.Paragraph>, IBufferMessage, IMessage

Constructors

Paragraph()

Declaration
public Paragraph()

Paragraph(Document.Types.Page.Types.Paragraph)

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

Properties

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

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