GoogleCloudDocumentaiV1DocumentPageSymbolArgs

data class GoogleCloudDocumentaiV1DocumentPageSymbolArgs(val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageSymbolArgs>

A detected symbol.

Constructors

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

Properties

Link copied to clipboard

A list of detected languages together with confidence.

Link copied to clipboard

Layout for Symbol.

Functions

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