GoogleCloudDocumentaiV1DocumentPageTokenArgs

data class GoogleCloudDocumentaiV1DocumentPageTokenArgs(val detectedBreak: Output<GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakArgs>? = null, val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null, val styleInfo: Output<GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageTokenArgs>

A detected token.

Constructors

Functions

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

Properties

Link copied to clipboard

Detected break at the end of a Token.

Link copied to clipboard

A list of detected languages together with confidence.

Link copied to clipboard

Layout for Token.

Link copied to clipboard

The history of this annotation.

Link copied to clipboard

Text style attributes.