Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock

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

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock
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.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock : 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 GoogleCloudDocumentaiV1beta3BoundingPoly BoundingBox { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3BoundingPoly

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageBlock

Block consisting of image content.

Declaration
[JsonProperty("imageBlock")]
public virtual GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutImageBlock ImageBlock { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutImageBlock

ListBlock

Block consisting of list content/structure.

Declaration
[JsonProperty("listBlock")]
public virtual GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock ListBlock { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock

PageSpan

Page span of the block.

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

TableBlock

Block consisting of table content/structure.

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

TextBlock

Block consisting of text content.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX