Google Cloud Documentai V1Document Page Form Field Response
data class GoogleCloudDocumentaiV1DocumentPageFormFieldResponse(val correctedKeyText: String, val correctedValueText: String, val fieldName: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, val fieldValue: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, val nameDetectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, val provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse, val valueDetectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, val valueType: String)
A form field detected on the page.
Constructors
Link copied to clipboard
constructor(correctedKeyText: String, correctedValueText: String, fieldName: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, fieldValue: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, nameDetectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse, valueDetectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, valueType: String)
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
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.