GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue constructor

GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue({
  1. GoogleTypePostalAddress? addressValue,
  2. bool? booleanValue,
  3. GoogleTypeDate? dateValue,
  4. GoogleTypeDateTime? datetimeValue,
  5. double? floatValue,
  6. int? integerValue,
  7. GoogleTypeMoney? moneyValue,
  8. String? text,
})

Implementation

GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue({
  this.addressValue,
  this.booleanValue,
  this.dateValue,
  this.datetimeValue,
  this.floatValue,
  this.integerValue,
  this.moneyValue,
  this.text,
});