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

Attributes

  • nonSpecificValue (type: boolean(), default: nil) - True for values like "a few".
  • units (type: String.t, default: nil) -
  • unitsString (type: String.t, default: nil) - String representation, e.g., for debug.
  • value (type: float(), default: nil) - For approximate values such as "a few" or "several", we populate |value| with a specific numeric value which is a generous (i.e., high) interpretation of the text, and we set |non_specific_value| to true.
  • valueString (type: String.t, default: nil) - Can hold numbers as well as "a few".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalExtent{
  nonSpecificValue: boolean() | nil,
  units: String.t() | nil,
  unitsString: String.t() | nil,
  value: float() | nil,
  valueString: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.