GoogleCloudDocumentaiV1beta1DocumentPageFormField constructor
GoogleCloudDocumentaiV1beta1DocumentPageFormField({
- String? correctedKeyText,
- String? correctedValueText,
- GoogleCloudDocumentaiV1beta1DocumentPageLayout? fieldName,
- GoogleCloudDocumentaiV1beta1DocumentPageLayout? fieldValue,
- List<
GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> ? nameDetectedLanguages, - GoogleCloudDocumentaiV1beta1DocumentProvenance? provenance,
- List<
GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> ? valueDetectedLanguages, - String? valueType,
Implementation
GoogleCloudDocumentaiV1beta1DocumentPageFormField({
this.correctedKeyText,
this.correctedValueText,
this.fieldName,
this.fieldValue,
this.nameDetectedLanguages,
this.provenance,
this.valueDetectedLanguages,
this.valueType,
});