View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTable (google_api_content_warehouse v0.6.1)
A table representation similar to HTML table structure.
Attributes
-
bodyRows(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableRow.t), default:nil) - Body rows of the table. -
detectedLanguages(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t), default:nil) - A list of detected languages together with confidence. -
headerRows(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableRow.t), default:nil) - Header rows of the table. -
layout(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t, default:nil) - Layout for Table. -
provenance(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t, default:nil) - The history of this table.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTable{ bodyRows: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableRow.t() ] | nil, detectedLanguages: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t() ] | nil, headerRows: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTableTableRow.t() ] | nil, layout: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t() | nil, provenance: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t() | nil }