Cloud Document AI v1 API - Class Document.Types.Page.Types.Block (3.1.0)

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

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

A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.

Inheritance

Object > Document.Types.Page.Types.Block

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Block()

public Block()

Block(Document.Types.Page.Types.Block)

public Block(Document.Types.Page.Types.Block other)
Parameter
NameDescription
otherDocument.Types.Page.Types.Block

Properties

DetectedLanguages

public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }

A list of detected languages together with confidence.

Property Value
TypeDescription
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 [Block][google.cloud.documentai.v1.Document.Page.Block].

Property Value
TypeDescription
Document.Types.Page.Types.Layout

Provenance

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

The history of this annotation.

Property Value
TypeDescription
Document.Types.Provenance