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):
Attributes
-
decimalMark
(type:String.t
, default:nil
)
- The type of decimal mark that was present before normalization. Note: different locales may use different decimal marks. -
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. -
groupingSystem
(type:String.t
, default:nil
)
- We expect this field to be set only when grouping_delimiter is set. -
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 -
prefix
(type:String.t
, default:nil
)
- Stores prefix output by the GRM number grammar (http://b/28623478). -
suffix
(type:String.t
, default:nil
)
- Stores suffix output -
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
}
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