View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber (google_api_content_warehouse v0.3.0)
Next ID: 8
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) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.