NlpSemanticParsingModelsShoppingAssistantProductMediaProduct

AI Overview😉

  • The potential purpose of this module is to identify and understand the attributes of a media product, such as a book, movie, or video game, including its author, genre, title, order in a series, and topic. This helps Google to better comprehend the content and context of a webpage, allowing for more accurate and relevant search results.
  • This module could impact search results by allowing Google to provide more specific and relevant results for users searching for media products. For example, if a user searches for "Assassin's Creed series", Google can use this module to understand that the user is looking for a specific series of video games, and provide results that are more relevant to that query. This could also help Google to filter out irrelevant results, such as pages that mention "Assassin's Creed" but are not related to the video game series.
  • To be more favorable for this function, a website could ensure that its media product pages include clear and structured data about the product, such as the author, genre, title, and order in a series. This could be achieved through the use of schema markup, such as schema.org, or other forms of structured data. Additionally, using clear and descriptive titles, headings, and content on the page could also help Google to better understand the context and attributes of the media product.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A media product that can be purchased

Attributes

  • author (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t, default: nil) - The author of the media
  • genre (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t, default: nil) - The genre of the media
  • mediaTitle (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t, default: nil) - The title of the media Example: The assasin's creed
  • orderInSeries (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t, default: nil) - Order in media series (series title is given by the product title)
  • topic (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t, default: nil) - The topic of the media

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.NlpSemanticParsingModelsShoppingAssistantProductMediaProduct{
    author:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t()
      | nil,
    genre:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t()
      | nil,
    mediaTitle:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t()
      | nil,
    orderInSeries:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t()
      | nil,
    topic:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductMediaProductMediaAttributeValue.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.