NlpSemanticParsingNumberSimpleNumber

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber


Table of Contents ▼

Jump to a specific part of the page:

Description

Next ID: 8

Attributes List

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

View Attributes

Attributes

  1. decimalMark (type: String.t, default: nil)
    - The type of decimal mark that was present before normalization. Note: different locales may use different decimal marks.
  2. groupingDelimiter (type: String.t, default: nil)
    - The type of digit grouping delimiter that was present before normalization. Note: different locales may use different digit grouping delimiters.
  3. groupingSystem (type: String.t, default: nil)
    - We expect this field to be set only when grouping_delimiter is set.
  4. normalizedValue (type: String.t, default: nil)
    - Contains a normalized string representation of the numeric value that has: No digit grouping delimiter (e.g. "," in english). Decimal mark (if present) as "." (dot). This field is kept for backward compatibility. The field is also available in number.proto
  5. prefix (type: String.t, default: nil)
    - Stores prefix output by the GRM number grammar (http://b/28623478).
  6. suffix (type: String.t, default: nil)
    - Stores suffix output
  7. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber{
decimalMark: String.t() | nil,
groupingDelimiter: String.t() | nil,
groupingSystem: String.t() | nil,
normalizedValue: String.t() | nil,
prefix: String.t() | nil,
suffix: String.t() | nil,
type: String.t() | nil
}

Function

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

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