Cloud Document AI v1 API - Class Document.Types.DocumentLayout (3.17.0)

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 v1 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.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

DocumentLayout()

public DocumentLayout()

DocumentLayout(DocumentLayout)

public DocumentLayout(Document.Types.DocumentLayout other)
Parameter
Name Description
other DocumentTypesDocumentLayout

Properties

Blocks

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

List of blocks in the document.

Property Value
Type Description
RepeatedFieldDocumentTypesDocumentLayoutTypesDocumentLayoutBlock