Class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock
Represents a block. A block could be one of the various types (text, table, list) supported.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock : IDirectResponseSchema
Properties
BlockId
ID of the block.
Declaration
[JsonProperty("blockId")]
public virtual string BlockId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ListBlock
Block consisting of list content/structure.
Declaration
[JsonProperty("listBlock")]
public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock ListBlock { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock |
PageSpan
Page span of the block.
Declaration
[JsonProperty("pageSpan")]
public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan PageSpan { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan |
TableBlock
Block consisting of table content/structure.
Declaration
[JsonProperty("tableBlock")]
public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock TableBlock { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock |
TextBlock
Block consisting of text content.
Declaration
[JsonProperty("textBlock")]
public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock TextBlock { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock |