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
fun GoogleCloudDocumentaiV1DocumentPageFormFieldResponse(correctedKeyText: String, correctedValueText: String, fieldName: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, fieldValue: GoogleCloudDocumentaiV1DocumentPageLayoutResponse, nameDetectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, provenance: GoogleCloudDocumentaiV1DocumentProvenanceResponse, valueDetectedLanguages: List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse>, valueType: String)