Google Cloud Documentai V1Document Page Visual Element Args
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
Link copied to clipboard
constructor(detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, type: Output<String>? = null)
Properties
Link copied to clipboard
val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
A list of detected languages together with confidence.
Link copied to clipboard
Layout for VisualElement.