GoogleCloudDocumentaiV1DocumentPageFormField constructor

GoogleCloudDocumentaiV1DocumentPageFormField({
  1. String? correctedKeyText,
  2. String? correctedValueText,
  3. GoogleCloudDocumentaiV1DocumentPageLayout? fieldName,
  4. GoogleCloudDocumentaiV1DocumentPageLayout? fieldValue,
  5. List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>? nameDetectedLanguages,
  6. GoogleCloudDocumentaiV1DocumentProvenance? provenance,
  7. List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>? valueDetectedLanguages,
  8. String? valueType,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageFormField({
  this.correctedKeyText,
  this.correctedValueText,
  this.fieldName,
  this.fieldValue,
  this.nameDetectedLanguages,
  this.provenance,
  this.valueDetectedLanguages,
  this.valueType,
});