Class NormalizedValue (0.3.0)

NormalizedValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parsed and normalized entity value.

Attributes

NameDescription
money_value .money.Money
Money value. See also: https: github.com/googleapis/googleapis/blob/master/google/type/money.proto
date_value .date.Date
Date value. Includes year, month, day. See also: https: github.com/googleapis/googleapis/blob/master/google/type/date.proto
datetime_value .datetime.DateTime
DateTime value. Includes date, time, and timezone. See also: https: github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
address_value .postal_address.PostalAddress
Postal address. See also: https: github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
text str
Required. Normalized entity value stored as a string. This field is populated for supported document type (e.g. Invoice). For some entity types, one of respective 'structured_value' fields may also be populated. - Money/Currency type (money_value) is in the ISO 4217 text format. - Date type (date_value) is in the ISO 8601 text format. - Datetime type (datetime_value) is in the ISO 8601 text format.