google_api_document_ai v0.3.0 GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue View Source
Parsed and normalized entity value.
Attributes
-
dateValue
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleTypeDate.t
, default:nil
) - Date value. Includes year, month, day. See also: https: //github.com/googleapis/googleapis/blob/master/google/type/date.proto -
datetimeValue
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleTypeDateTime.t
, default:nil
) - DateTime value. Includes date, time, and timezone. See also: https: //github.com/googleapis/googleapis/blob/ // master/google/type/datetime.proto -
moneyValue
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleTypeMoney.t
, default:nil
) - Money value. See also: https: //github.com/googleapis/googleapis/blob/ // master/google/type/money.proto -
text
(type:String.t
, default:nil
) - Required. Normalized entity value stored as a string. This field is populated for supported document type (e.g. Invoice). For some entity types, one of respective 'structured_value' fields may also be populated. - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue{ dateValue: GoogleApi.DocumentAI.V1beta2.Model.GoogleTypeDate.t(), datetimeValue: GoogleApi.DocumentAI.V1beta2.Model.GoogleTypeDateTime.t(), moneyValue: GoogleApi.DocumentAI.V1beta2.Model.GoogleTypeMoney.t(), text: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.