View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell (google_api_content_warehouse v0.6.0)
Represents a cell in a table row.
Attributes
-
blocks
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock.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.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell{ blocks: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock.t() ] | nil, colSpan: integer() | nil, rowSpan: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.