Google Cloud Documentai V1Document Page Table Table Cell Args
data class GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs(val colSpan: Output<Int>? = null, val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val rowSpan: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs>
A cell representation inside the table.
Constructors
Link copied to clipboard
constructor(colSpan: Output<Int>? = null, detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, rowSpan: Output<Int>? = null)
Properties
Link copied to clipboard
val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
A list of detected languages together with confidence.
Link copied to clipboard
Layout for TableCell.