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
System.Object
Document.Types.Page.Types.Block
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 Block : IMessage<Document.Types.Page.Types.Block>, IEquatable<Document.Types.Page.Types.Block>, IDeepCloneable<Document.Types.Page.Types.Block>, IBufferMessage, IMessage
Constructors
Block()
Declaration
public Block()
Block(Document.Types.Page.Types.Block)
Declaration
public Block(Document.Types.Page.Types.Block other)
Parameters
| Type | Name | Description |
|---|---|---|
| Document.Types.Page.Types.Block | 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 [Block][google.cloud.documentai.v1beta2.Document.Page.Block].
Declaration
public Document.Types.Page.Types.Layout Layout { get; set; }
Property Value
| Type | Description |
|---|---|
| Document.Types.Page.Types.Layout |