NlpSaftEntityProfileAttribute

GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

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