pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin/com.pulumi.googlenative.contentwarehouse.v1.kotlin.outputs/GoogleCloudDocumentaiV1DocumentPageTokenResponse

GoogleCloudDocumentaiV1DocumentPageTokenResponse

data class GoogleCloudDocumentaiV1DocumentPageTokenResponse(val detectedBreak: GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakResponse, val detectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, val layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, val provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse, val styleInfo: GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoResponse)

A detected token.

Constructors

GoogleCloudDocumentaiV1DocumentPageTokenResponse
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageTokenResponse(detectedBreak: GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakResponse, detectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse, styleInfo: GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoResponse)

Types

Companion
Link copied to clipboard
object Companion

Properties

detectedBreak
Link copied to clipboard
val detectedBreak: GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakResponse

Detected break at the end of a Token.

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

A list of detected languages together with confidence.

layout
Link copied to clipboard
val layout: GoogleCloudDocumentaiV1DocumentPageLayoutResponse

Layout for Token.

provenance
Link copied to clipboard
val provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse

The history of this annotation.

styleInfo
Link copied to clipboard
val styleInfo: GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoResponse

Text style attributes.

© 2023 CopyrightGenerated by dokka