NlpSemanticParsingNumberSimpleNumber

AI Overview😉

  • The potential purpose of this module is to normalize and extract numerical values from text, taking into account different locales and formatting conventions. This helps Google's search algorithm to better understand and process numerical data in search queries and web page content.
  • This module could impact search results by allowing Google to more accurately identify and rank content that matches numerical search queries, such as prices, dates, or measurements. It could also help to filter out irrelevant results that contain numerical values in a different format or locale.
  • To be more favorable for this function, a website could ensure that numerical values are presented in a clear and consistent format, using standard decimal marks and digit grouping delimiters. Additionally, using schema markup or other structured data formats to explicitly define numerical values could help Google's algorithm to better understand and extract this data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber (google_api_content_warehouse v0.4.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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.