NlpSemanticParsingModelsShoppingAssistantProductPhrase

AI Overview😉

  • The potential purpose of this module is to identify and understand product-related phrases in search queries, allowing Google to provide more accurate and relevant shopping-related search results.
  • This module could impact search results by prioritizing results that contain products with matching metadata (e.g. product title, ID, author, media title) and raw text, making it more likely for users to find relevant products. It may also influence the ranking of shopping-related results, favoring those with more accurate and complete product information.
  • To be more favorable for this function, a website could ensure that their product pages contain accurate and complete metadata, including product titles, IDs, author information, and media titles. They could also optimize their product descriptions to include relevant keywords and phrases that match user search queries. Additionally, providing structured data (e.g. schema.org markup) can help Google understand the product information and improve the accuracy of this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A product can be any combination of raw_text and metadata (including mid, shopping product catalog title/id, and media attributes). A product phrase refers to a product at the catalog entry level and/or a media product. Media product contains information about author and media title TODO(ppoudyal) Add genre and order_in_series to MediaProduct

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProduct.t, default: nil) -
  • rawText (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.NlpSemanticParsingModelsShoppingAssistantProductPhrase{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProduct.t()
      | nil,
    rawText: 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.