NlpSemanticParsingModelsMediaPaidOfferDetail

AI Overview😉

  • The potential purpose of this module is to help Google understand and extract information about paid offers, such as buying or renting media content, including the price and type of offer. This module is likely part of a larger natural language processing (NLP) system that analyzes web pages to improve search results.
  • This module could impact search results by allowing Google to better understand the content of web pages that offer media for sale or rent. This could lead to more accurate and informative search results, such as displaying prices and availability information directly in the search results. It could also help Google to identify and prioritize relevant content, improving the overall quality of search results.
  • To be more favorable for this function, a website could ensure that its paid offer information is clearly and consistently structured on its web pages. This could include using standardized schema markup for offers, such as Schema.org, and providing accurate and up-to-date pricing information. Additionally, using clear and descriptive language on the website, such as explicitly stating the type of offer and its associated costs, could help the module to more accurately extract and understand the information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents BUY and RENT offers and associated cost info. Next ID: 3

Attributes

  • cost (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost.t), default: nil) - Represents the price of this offer according to the locale and region.
  • paidOfferType (type: String.t, default: nil) - Specifies the type of offer.

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.NlpSemanticParsingModelsMediaPaidOfferDetail{
    cost:
      [
        GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost.t()
      ]
      | nil,
    paidOfferType: 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.