Cloud Document AI v1beta3 API - Class Document.Types.DocumentLayout (2.0.0-beta19)

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

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.DocumentLayout.

Represents the parsed layout of a document as a collection of blocks that the document is divided into.

Inheritance

object > Document.Types.DocumentLayout

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

DocumentLayout()

public DocumentLayout()

DocumentLayout(DocumentLayout)

public DocumentLayout(Document.Types.DocumentLayout other)
Parameter
NameDescription
otherDocumentTypesDocumentLayout

Properties

Blocks

public RepeatedField<Document.Types.DocumentLayout.Types.DocumentLayoutBlock> Blocks { get; }

List of blocks in the document.

Property Value
TypeDescription
RepeatedFieldDocumentTypesDocumentLayoutTypesDocumentLayoutBlock