GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageTableTableCell (google_api_document_ai v0.31.0) View Source
A cell representation inside the table.
Attributes
-
colSpan(type:integer(), default:nil) - How many columns this cell spans. -
detectedLanguages(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage.t), default:nil) - A list of detected languages together with confidence. -
layout(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageLayout.t, default:nil) - Layout for TableCell. -
rowSpan(type:integer(), default:nil) - How many rows this cell spans.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageTableTableCell{
colSpan: integer() | nil,
detectedLanguages:
[
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage.t()
]
| nil,
layout:
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageLayout.t()
| nil,
rowSpan: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.