public sealed class Block : IMessage<Document.Types.Page.Types.Block>, IEquatable<Document.Types.Page.Types.Block>, IDeepCloneable<Document.Types.Page.Types.Block>, IBufferMessage, IMessageA block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
Implements
IMessage<Document.Types.Page.Types.Block>, IEquatable<Document.Types.Page.Types.Block>, IDeepCloneable<Document.Types.Page.Types.Block>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Block()
public Block()Block(Document.Types.Page.Types.Block)
public Block(Document.Types.Page.Types.Block other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Document.Types.Page.Types.Layout |
|
Provenance
public Document.Types.Provenance Provenance { get; set; }The history of this annotation.
| Property Value | |
|---|---|
| Type | Description |
Document.Types.Provenance |
|