GoogleCloudDocumentaiV1DocumentPageVisualElementArgs

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

Detected non-text visual elements e.g. checkbox, signature etc. on the page.

Constructors

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

Properties

Link copied to clipboard

A list of detected languages together with confidence.

Link copied to clipboard

Layout for VisualElement.

Link copied to clipboard
val type: Output<String>? = null

Type of the VisualElement.

Functions

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