Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Represents a cell in a table row.
Attributes
-
blocks(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock.t())) - A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks. -
col_span(type:integer()) - How many columns this cell spans. -
row_span(type:integer()) - How many rows this cell spans.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell{ blocks: [ Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock.t() ] | nil, col_span: integer() | nil, row_span: integer() | nil }