Google Cloud Documentai V1Document Entity Normalized Value Args
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
Link copied to clipboard
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
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.