Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock (googly_document_ai v0.1.0)

Copy Markdown View Source

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

Attributes

  • block_id (type: String.t()) - ID of the block.
  • bounding_box (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1BoundingPoly.t()) - Identifies the bounding box for the block.
  • image_block (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutImageBlock.t()) - Block consisting of image content.
  • list_block (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.t()) - Block consisting of list content/structure.
  • page_span (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.t()) - Page span of the block.
  • table_block (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.t()) - Block consisting of table content/structure.
  • text_block (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.t()) - Block consisting of text content.

Summary

Types