Google Cloud Documentai V1Document Page Form Field Args
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
Link copied to clipboard
constructor(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)
Properties
Link copied to clipboard
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
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
val nameDetectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
A list of detected languages for name together with confidence.
Link copied to clipboard
The history of this annotation.
Link copied to clipboard
val valueDetectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null
A list of detected languages for value together with confidence.