GoogleCloudDocumentaiV1DocumentEntityNormalizedValue

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):

View Attributes

Attributes

  1. 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
  2. booleanValue (type: boolean(), default: nil)
    - Boolean value. Can be used for entities with binary values, or for checkboxes.
  3. 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
  4. 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
  5. floatValue (type: number(), default: nil)
    - Float value.
  6. integerValue (type: integer(), default: nil)
    - Integer value.
  7. moneyValue (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney, default: nil)
    - Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
  8. text (type: String.t, default: nil)
    - 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.

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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue