GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs

data class GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs(val addressValue: Output<GoogleTypePostalAddressArgs>? = null, val booleanValue: Output<Boolean>? = null, val dateValue: Output<GoogleTypeDateArgs>? = null, val datetimeValue: Output<GoogleTypeDateTimeArgs>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<Int>? = null, val moneyValue: Output<GoogleTypeMoneyArgs>? = null, val text: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs>

Parsed and normalized entity value.

Constructors

fun GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs(addressValue: Output<GoogleTypePostalAddressArgs>? = null, booleanValue: Output<Boolean>? = null, dateValue: Output<GoogleTypeDateArgs>? = null, datetimeValue: Output<GoogleTypeDateTimeArgs>? = null, floatValue: Output<Double>? = null, integerValue: Output<Int>? = null, moneyValue: Output<GoogleTypeMoneyArgs>? = null, text: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs

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
val booleanValue: Output<Boolean>? = null

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
val dateValue: Output<GoogleTypeDateArgs>? = null

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

Link copied to clipboard
val floatValue: Output<Double>? = null

Float value.

Link copied to clipboard
val integerValue: Output<Int>? = null

Integer value.

Link copied to clipboard
val moneyValue: Output<GoogleTypeMoneyArgs>? = null

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

Link copied to clipboard
val text: Output<String>? = null

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.