GoogleCloudDocumentaiV1DocumentEntityNormalizedValueResponse

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto

Link copied to clipboard

Boolean value. Can be used for entities with binary values, or for checkboxes.

Link copied to clipboard

DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto

Link copied to clipboard

Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto

Link copied to clipboard

Float value.

Link copied to clipboard

Integer value.

Link copied to clipboard

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

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.