GoogleCloudDocumentaiV1beta3DocumentPageFormField constructor
GoogleCloudDocumentaiV1beta3DocumentPageFormField({
- String? correctedKeyText,
- String? correctedValueText,
- GoogleCloudDocumentaiV1beta3DocumentPageLayout? fieldName,
- GoogleCloudDocumentaiV1beta3DocumentPageLayout? fieldValue,
- List<
GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> ? nameDetectedLanguages, - GoogleCloudDocumentaiV1beta3DocumentProvenance? provenance,
- List<
GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage> ? valueDetectedLanguages, - String? valueType,
Implementation
GoogleCloudDocumentaiV1beta3DocumentPageFormField({
this.correctedKeyText,
this.correctedValueText,
this.fieldName,
this.fieldValue,
this.nameDetectedLanguages,
this.provenance,
this.valueDetectedLanguages,
this.valueType,
});