View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell (google_api_document_ai v0.39.0)

Represents a cell in a table row.

Attributes

  • blocks (type: list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.t), default: nil) - A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
  • colSpan (type: integer(), default: nil) - How many columns this cell spans.
  • rowSpan (type: integer(), default: nil) - How many rows this cell spans.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell{
    blocks:
      [
        GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.t()
      ]
      | nil,
    colSpan: integer() | nil,
    rowSpan: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.