Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock

Represents a block. A block could be one of the various types (text, table, list) supported.

Inheritance
object
GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlock : 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 GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock ListBlock { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock

PageSpan

Page span of the block.

Declaration
[JsonProperty("pageSpan")]
public virtual GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan PageSpan { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan

TableBlock

Block consisting of table content/structure.

Declaration
[JsonProperty("tableBlock")]
public virtual GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock TableBlock { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock

TextBlock

Block consisting of text content.

Declaration
[JsonProperty("textBlock")]
public virtual GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock TextBlock { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX