Google Cloud Documentai V1Document Entity Normalized Value Response
data class GoogleCloudDocumentaiV1DocumentEntityNormalizedValueResponse(val addressValue: GoogleTypePostalAddressResponse, val booleanValue: Boolean, val dateValue: GoogleTypeDateResponse, val datetimeValue: GoogleTypeDateTimeResponse, val floatValue: Double, val integerValue: Int, val moneyValue: GoogleTypeMoneyResponse, val text: String)
Parsed and normalized entity value.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentEntityNormalizedValueResponse(addressValue: GoogleTypePostalAddressResponse, booleanValue: Boolean, dateValue: GoogleTypeDateResponse, datetimeValue: GoogleTypeDateTimeResponse, floatValue: Double, integerValue: Int, moneyValue: GoogleTypeMoneyResponse, text: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.