NlpSemanticParsingModelsMediaPurchaseInfo

AI Overview😉

  • The potential purpose of this module is to analyze and understand purchase-related information from search queries, such as identifying the type of purchase (orderType) and when the purchase was made (purchaseTimestampSec). This module is likely part of Google's natural language processing (NLP) capabilities to better comprehend user intent and provide more relevant search results.
  • This module could impact search results by allowing Google to:
    • Better understand purchase-related search queries and provide more relevant results
    • Identify and prioritize results that are more likely to be relevant to the user's purchase intent
    • Provide more accurate and relevant shopping-related features, such as product recommendations or price comparisons
  • To be more favorable for this function, a website could:
    • Use clear and concise language when describing products or purchase-related information
    • Provide structured data and schema markup to help Google understand purchase-related information
    • Ensure that purchase-related information is easily accessible and crawlable by Google's algorithms

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • orderType (type: String.t, default: nil) -
  • purchaseTimestampSec (type: String.t, default: nil) - The time at which the item is purchased.

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.NlpSemanticParsingModelsMediaPurchaseInfo{
    orderType: String.t() | nil,
    purchaseTimestampSec: 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.