GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
Table of Contents ▼
Jump to a specific part of the page:
Description
Parsed and normalized entity value.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
addressValue
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypePostalAddress
, default:nil
)
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto -
booleanValue
(type:boolean()
, default:nil
)
- Boolean value. Can be used for entities with binary values, or for checkboxes. -
dateValue
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate
, default:nil
)
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto -
datetimeValue
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime
, default:nil
)
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto -
floatValue
(type:number()
, default:nil
)
- Float value. -
integerValue
(type:integer()
, default:nil
)
- Integer value. -
moneyValue
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney
, default:nil
)
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto -
text
(type:String.t
, default:nil
)
- Optional. An optional field to store a normalized string. For some entity types, one of respectivestructured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
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.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue{
addressValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypePostalAddress.t() | nil,
booleanValue: boolean() | nil,
dateValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil,
datetimeValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.t() | nil,
floatValue: number() | nil,
integerValue: integer() | nil,
moneyValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney.t() | nil,
text: String.t() | nil
}
addressValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypePostalAddress.t() | nil,
booleanValue: boolean() | nil,
dateValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil,
datetimeValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.t() | nil,
floatValue: number() | nil,
integerValue: integer() | nil,
moneyValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney.t() | nil,
text: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue