GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTable (google_api_document_ai v0.31.0) View Source
A table representation similar to HTML table structure.
Attributes
-
bodyRows(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.t), default:nil) - Body rows of the table. -
detectedLanguages(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage.t), default:nil) - A list of detected languages together with confidence. -
headerRows(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.t), default:nil) - Header rows of the table. -
layout(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageLayout.t, default:nil) - Layout for Table.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTable{
bodyRows:
[
GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.t()
]
| nil,
detectedLanguages:
[
GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage.t()
]
| nil,
headerRows:
[
GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.t()
]
| nil,
layout:
GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageLayout.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.