NlpSemanticParsingModelsMediaRentalInfo

AI Overview😉

  • The potential purpose of this module is to understand and extract information related to media rentals, such as the time period for which a user can continue watching a rented item, the time period for which a user can begin watching, the purchase timestamp, and the validity period of the rental. This module is likely part of Google's Natural Language Processing (NLP) capabilities, aimed at improving search results by better understanding the context and meaning of web content.
  • This module could impact search results by allowing Google to provide more accurate and relevant results for queries related to media rentals. For example, if a user searches for "rental period for movie X on Amazon Prime", Google could use this module to extract the relevant information from Amazon's website and provide a direct answer in the search results. This could also influence the ranking of websites that provide clear and structured information about media rentals.
  • To be more favorable for this function, a website could ensure that it provides clear and structured information about media rentals, using schema markup or other standardized formats to make it easy for Google to extract the relevant data. This could include providing explicit timestamps for purchase, activation, and validity periods, as well as using consistent and descriptive language throughout the website. By making it easy for Google to understand and extract this information, a website may improve its chances of being ranked higher in search results for related queries.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • activatePeriodSec (type: String.t, default: nil) - Time period for users to continue watching.
  • grantPeriodSec (type: String.t, default: nil) - Time period for users to begin watching.
  • purchaseTimestampSec (type: String.t, default: nil) - The time at which the item is purchased.
  • validUntilTimestampSec (type: String.t, default: nil) - Time until which ownership is granted

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.NlpSemanticParsingModelsMediaRentalInfo{
    activatePeriodSec: String.t() | nil,
    grantPeriodSec: String.t() | nil,
    purchaseTimestampSec: String.t() | nil,
    validUntilTimestampSec: 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.