NlpSemanticParsingModelsMediaProviderMetadata

AI Overview😉

  • The potential purpose of this module is to provide metadata about video content, such as the URL to play the video and the provider's unique identifier. This allows Google to better understand the video content and provide more accurate search results.
  • This module could impact search results by allowing Google to:
    • Provide more accurate video search results by linking to the exact video content
    • Improve video search ranking by considering the provider's metadata
    • Enhance the user experience by providing a direct link to play the video
  • A website may change things to be more favorable for this function by:
    • Providing accurate and consistent metadata for video content
    • Using standardized URLs for video playback (e.g. https://www.netflix.com/title/70305883)
    • Ensuring that video content is easily crawlable and indexable by Google

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Provider metadata associated with video.

Attributes

  • deeplinkUrl (type: String.t, default: nil) - URL like https://www.netflix.com/title/70305883 -- this is used as a deeplink to play the video.
  • providerMid (type: String.t, default: nil) - Provider MID.

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.NlpSemanticParsingModelsMediaProviderMetadata{
    deeplinkUrl: String.t() | nil,
    providerMid: 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.