GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs

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

constructor(colSpan: Output<Int>? = null, detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, rowSpan: Output<Int>? = null)

Properties

Link copied to clipboard
val colSpan: Output<Int>? = null

How many columns this cell spans.

Link copied to clipboard

A list of detected languages together with confidence.

Link copied to clipboard

Layout for TableCell.

Link copied to clipboard
val rowSpan: Output<Int>? = null

How many rows this cell spans.

Functions

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