Class GoogleCloudDocumentaiV1beta2DocumentDocumentLayout
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.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentDocumentLayout : IDirectResponseSchema
Properties
Blocks
List of blocks in the document.
Declaration
[JsonProperty("blocks")]
public virtual IList<GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |