Class Document.Types.Page.Types.Block (1.0.0-beta03)

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

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.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.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.v1beta2.Document.Page.Layout] for [Block][google.cloud.documentai.v1beta2.Document.Page.Block].

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