Class NormalizedValue (0.5.1)

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

Parsed and normalized entity value. .. attribute:: money_value

Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto

:type: google.type.money_pb2.Money

Attributes

NameDescription
date_value google.type.date_pb2.Date
Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
datetime_value google.type.datetime_pb2.DateTime
DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
address_value google.type.postal_address_pb2.PostalAddress
Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
boolean_value bool
Boolean value. Can be used for entities with binary values, or for checkboxes.
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.

Inheritance

builtins.object > proto.message.Message > NormalizedValue