NlpSemanticParsingModelsMoneyMoney

AI Overview😉

  • The potential purpose of this module is to identify and understand monetary values mentioned in search queries or web page content, including the amount and currency. This allows Google to better comprehend the context and intent behind the search, and provide more relevant results.
  • This module could impact search results by allowing Google to filter or rank results based on the monetary values mentioned. For example, if a user searches for "best laptops under $1000", this module would help Google understand the specific price range and return results that match that criteria. It could also help Google to identify and prioritize results that mention specific prices, discounts, or promotions.
  • To be more favorable for this function, a website could ensure that it clearly and accurately mentions monetary values, such as prices, discounts, or promotions, in its content. This could include using structured data, such as schema.org markup, to provide explicit information about prices and currencies. Additionally, using natural language and clear formatting to present monetary values could help Google's algorithm to better understand and extract this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMoneyMoney (google_api_content_warehouse v0.4.0)

Represent a money quantity

Attributes

  • amount (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberNumber.t, default: nil) -
  • currency (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMoneyCurrency.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.NlpSemanticParsingModelsMoneyMoney{
  amount:
    GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberNumber.t() | nil,
  currency:
    GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMoneyCurrency.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.