NlpSemanticParsingLocalExtent

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalExtent


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. nonSpecificValue (type: boolean(), default: nil)
    - True for values like "a few".
  2. units (type: String.t, default: nil)
    -
  3. unitsString (type: String.t, default: nil)
    - String representation, e.g., for debug.
  4. 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.
  5. valueString (type: String.t, default: nil)
    - Can hold numbers as well as "a few".

Type

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

Function

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

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