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
fun GoogleCloudDocumentaiV1DocumentPageTableArgs(bodyRows: Output<List<GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs>>? = null, detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, headerRows: Output<List<GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null)
Functions
Properties
Link copied to clipboard
val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
Link copied to clipboard