NlpSemanticParsingNumberFractionNumber

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberFractionNumber


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. denominator (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber, default: nil)
    -
  2. numerator (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber, default: nil)
    - Fields for fraction numbers
  3. precision (type: integer(), default: nil)
    - This field is used to indicate the number of digits after the decimal point in the normalized_value field in number.proto, which contains the floating point representation of the fraction
  4. wholeNumber (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber, default: nil)
    - This field is set only for mixed fraction

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberFractionNumber{
denominator: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber.t() | nil,
numerator: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber.t() | nil,
precision: integer() | nil,
wholeNumber: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber.t() | nil
}

Function

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

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