Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock

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

Inheritance
object
GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock
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.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

BoundingBox

Identifies the bounding box for the block.

Declaration
[JsonProperty("boundingBox")]
public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingBox { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1BoundingPoly

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX