GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue constructor
GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue({
- GoogleTypePostalAddress? addressValue,
- bool? booleanValue,
- GoogleTypeDate? dateValue,
- GoogleTypeDateTime? datetimeValue,
- double? floatValue,
- int? integerValue,
- GoogleTypeMoney? moneyValue,
- String? text,
Implementation
GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue({
this.addressValue,
this.booleanValue,
this.dateValue,
this.datetimeValue,
this.floatValue,
this.integerValue,
this.moneyValue,
this.text,
});