Google Cloud Documentai V1Document Entity Normalized Value Args
Parsed and normalized entity value.
Constructors
Properties
Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
Boolean value. Can be used for entities with binary values, or for checkboxes.
DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
Float value.
Integer value.
Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
Optional. An optional field to store a normalized string. For some entity types, one of respective structured_value
fields may also be populated. Also not all the types of structured_value
will be normalized. For example, some processors may not generate float
or integer
normalized text by default. Below are sample formats mapped to structured values. - 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.