NlpSemanticParsingModelsMediaCost

AI Overview😉

  • The potential purpose of this module is to understand and extract pricing information from web pages, allowing Google to provide more accurate and relevant search results to users searching for products or services with specific prices or price ranges.
  • This module could impact search results by allowing Google to better match search queries with relevant pricing information, potentially leading to more accurate and relevant search results. It could also enable Google to provide additional pricing information in search results, such as the currency and price range, making it easier for users to find what they're looking for.
  • To be more favorable for this function, a website could ensure that their pricing information is accurately and consistently represented on their web pages, using standardized currency codes and formatting. They could also use schema markup or other structured data to explicitly provide pricing information to search engines, making it easier for Google to extract and understand this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a localized price. Next ID: 3

Attributes

  • currencyCode (type: String.t, default: nil) - Contains the standard code for the given type of currency. The value must represent a valid i18n_identifiers::CurrencyCode.
  • price (type: float(), default: nil) - Contains the price in a particular currency.

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.NlpSemanticParsingModelsMediaCost{
  currencyCode: String.t() | nil,
  price: float() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.