Google Cloud Documentai V1Document Page Table Args
data class GoogleCloudDocumentaiV1DocumentPageTableArgs(val bodyRows: Output<List<GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs>>? = null, val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val headerRows: Output<List<GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs>>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageTableArgs>
A table representation similar to HTML table structure.
Constructors
Link copied to clipboard
constructor(bodyRows: Output<List<GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs>>? = null, detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, headerRows: Output<List<GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null)
Properties
Link copied to clipboard
Body rows of the table.
Link copied to clipboard
val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
A list of detected languages together with confidence.
Link copied to clipboard
Header rows of the table.
Link copied to clipboard
Layout for Table.
Link copied to clipboard
The history of this table.