View Source GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute (google_api_content_warehouse v0.4.0)

Attributes

  • boolValue (type: boolean(), default: nil) - Boolean attribute value, e.g. for IsDeceased.
  • floatValue (type: float(), default: nil) - Double attribute value, e.g. for height/weight.
  • intValue (type: String.t, default: nil) - Integer attribute value, e.g. IntId("April").
  • language (type: integer(), default: nil) - Language, in case the attribute value is a string.
  • type (type: String.t, default: nil) - String name of the type of attribute, e.g. /birth/date
  • typeId (type: integer(), default: nil) - Any id of the type of the attribute, e.g. IntId(/birth/date)
  • value (type: String.t, default: nil) - String attribute value, e.g. "April 2010" or "3,235,121".
  • valueType (type: String.t, default: nil) - The type of the value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute{
  boolValue: boolean() | nil,
  floatValue: float() | nil,
  intValue: String.t() | nil,
  language: integer() | nil,
  type: String.t() | nil,
  typeId: integer() | nil,
  value: String.t() | nil,
  valueType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.