Voting helps other researchers find interesting modules.
A cell representation inside the table.
colSpan
integer()
nil
detectedLanguages
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t)
layout
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t
rowSpan
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableCell{ colSpan: integer() | nil, detectedLanguages: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t() ] | nil, layout: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t() | nil, rowSpan: integer() | nil }
@spec decode(struct(), keyword()) :: struct()