pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin/com.pulumi.googlenative.contentwarehouse.v1.kotlin.outputs/GoogleCloudDocumentaiV1DocumentPageTableResponse

GoogleCloudDocumentaiV1DocumentPageTableResponse

data class GoogleCloudDocumentaiV1DocumentPageTableResponse(val bodyRows: List<GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse>, val detectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, val headerRows: List<GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse>, val layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, val provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse)

A table representation similar to HTML table structure.

Constructors

GoogleCloudDocumentaiV1DocumentPageTableResponse
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageTableResponse(bodyRows: List<GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse>, detectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, headerRows: List<GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse>, layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse)

Types

Companion
Link copied to clipboard
object Companion

Properties

bodyRows
Link copied to clipboard
val bodyRows: List<GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse>

Body rows of the table.

detectedLanguages
Link copied to clipboard
val detectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>

A list of detected languages together with confidence.

headerRows
Link copied to clipboard
val headerRows: List<GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse>

Header rows of the table.

layout
Link copied to clipboard
val layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse

Layout for Table.

provenance
Link copied to clipboard
val provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse

The history of this table.

© 2023 CopyrightGenerated by dokka