public sealed class Document.Types.Page.Types.Block : IMessage<Document.Types.Page.Types.Block>, IEquatable<Document.Types.Page.Types.Block>, IDeepCloneable<Document.Types.Page.Types.Block>, IBufferMessage, IMessageReference 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.
Implements
IMessageDocumentTypesPageTypesBlock, IEquatableDocumentTypesPageTypesBlock, IDeepCloneableDocumentTypesPageTypesBlock, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Block()
public Block()Block(Block)
public Block(Document.Types.Page.Types.Block other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesPageTypesBlock |
Properties
DetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }A list of detected languages together with confidence.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDocumentTypesPageTypesDetectedLanguage |
|
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 |
DocumentTypesPageTypesLayout |
|
Provenance
[Obsolete]
public Document.Types.Provenance Provenance { get; set; }The history of this annotation.
| Property Value | |
|---|---|
| Type | Description |
DocumentTypesProvenance |
|