GoogleCloudDocumentaiV1beta2DocumentPageFormField constructor

GoogleCloudDocumentaiV1beta2DocumentPageFormField({
  1. String? correctedKeyText,
  2. String? correctedValueText,
  3. GoogleCloudDocumentaiV1beta2DocumentPageLayout? fieldName,
  4. GoogleCloudDocumentaiV1beta2DocumentPageLayout? fieldValue,
  5. List<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>? nameDetectedLanguages,
  6. GoogleCloudDocumentaiV1beta2DocumentProvenance? provenance,
  7. List<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>? valueDetectedLanguages,
  8. String? valueType,
})

Implementation

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