NlpSemanticParsingSaftMeasure

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingSaftMeasure


Table of Contents ▼

Jump to a specific part of the page:

Description

Identifies a measure, like '53 pounds' in a query.

Attributes List

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

View Attributes

Attributes

  1. category (type: String.t, default: nil)
    - Defines the category of measure, like $Mass.
  2. rawText (type: String.t, default: nil)
    - The substring of the raw query spanned by this annotation.
  3. value (type: float(), default: nil)
    - The numerical value of the measure.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingSaftMeasure{
category: String.t() | nil,
rawText: String.t() | nil,
value: float() | nil
}

Function

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

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