GoogleCloudDocumentaiV1DocumentPageTableArgs

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

Properties

Link copied to clipboard

Body rows of the table.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentPageTableArgs