Class GoogleCloudDocumentaiV1DocumentDocumentLayout
Represents the parsed layout of a document as a collection of blocks that the document is divided into.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentDocumentLayout : IDirectResponseSchema
Properties
Blocks
List of blocks in the document.
Declaration
[JsonProperty("blocks")]
public virtual IList<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |