Cloud Document AI v1 API - Class Document.Types.Page.Types.Paragraph (3.8.0)

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

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

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

Inheritance

object > Document.Types.Page.Types.Paragraph

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Paragraph()

public Paragraph()

Paragraph(Paragraph)

public Paragraph(Document.Types.Page.Types.Paragraph other)
Parameter
NameDescription
otherDocumentTypesPageTypesParagraph

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

Property Value
TypeDescription
DocumentTypesPageTypesLayout

Provenance

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

The history of this annotation.

Property Value
TypeDescription
DocumentTypesProvenance