GoogleCloudDocumentaiV1beta3DocumentPageFormField constructor

GoogleCloudDocumentaiV1beta3DocumentPageFormField({
  1. String? correctedKeyText,
  2. String? correctedValueText,
  3. GoogleCloudDocumentaiV1beta3DocumentPageLayout? fieldName,
  4. GoogleCloudDocumentaiV1beta3DocumentPageLayout? fieldValue,
  5. List<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage>? nameDetectedLanguages,
  6. GoogleCloudDocumentaiV1beta3DocumentProvenance? provenance,
  7. List<GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage>? valueDetectedLanguages,
  8. String? valueType,
})

Implementation

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