Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentPageTableTableRow
(googly_document_ai v0.1.0)
Copy Markdown
View Source
A row of table cells.
Attributes
-
cells(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageTableTableCell.t())) - Cells that make up this row.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageTableTableRow{ cells: [ Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageTableTableCell.t() ] | nil }