Google Cloud Documentai V1Document Page Token Args
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
Link copied to clipboard
constructor(detectedBreak: Output<GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakArgs>? = null, detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null, styleInfo: Output<GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs>? = null)
Properties
Link copied to clipboard
Detected break at the end of a Token.
Link copied to clipboard
val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
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.