GoogleCloudDocumentaiV1DocumentPageFormFieldArgs

data class GoogleCloudDocumentaiV1DocumentPageFormFieldArgs(val correctedKeyText: Output<String>? = null, val correctedValueText: Output<String>? = null, val fieldName: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val fieldValue: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val nameDetectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null, val valueDetectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val valueType: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageFormFieldArgs>

A form field detected on the page.

Constructors

fun GoogleCloudDocumentaiV1DocumentPageFormFieldArgs(correctedKeyText: Output<String>? = null, correctedValueText: Output<String>? = null, fieldName: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, fieldValue: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, nameDetectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null, valueDetectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, valueType: Output<String>? = null)

Functions

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

Properties

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

Created for Labeling UI to export key text. If corrections were made to the text identified by the field_name.text_anchor, this field will contain the correction.

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

Created for Labeling UI to export value text. If corrections were made to the text identified by the field_value.text_anchor, this field will contain the correction.

Link copied to clipboard

Layout for the FormField name. e.g. Address, Email, Grand total, Phone number, etc.

Link copied to clipboard

Layout for the FormField value.

Link copied to clipboard

A list of detected languages for name together with confidence.

Link copied to clipboard

The history of this annotation.

Link copied to clipboard

A list of detected languages for value together with confidence.

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

If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_value is normal text) - unfilled_checkbox - filled_checkbox