View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock (google_api_content_warehouse v0.6.0)

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

Attributes

  • blockId (type: String.t, default: nil) - ID of the block.
  • listBlock (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.t, default: nil) - Block consisting of list content/structure.
  • pageSpan (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.t, default: nil) - Page span of the block.
  • tableBlock (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.t, default: nil) - Block consisting of table content/structure.
  • textBlock (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.t, default: nil) - Block consisting of text content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.