VideoClipInfo

AI Overview😉

  • The potential purpose of this module is to provide additional metadata about video content, allowing Google's algorithm to better understand the context and relevance of video clips in search results.
  • This module could impact search results by enabling Google to return more accurate and relevant video results, particularly for queries related to specific video content. It may also help to improve the ranking of videos that have more detailed and accurate metadata.
  • To be more favorable for this function, a website could ensure that their video metadata is accurate, complete, and follows a consistent format. This could include providing detailed descriptions, tags, and other relevant information about the video content. Additionally, websites could use schema markup to provide additional context about their videos, making it easier for Google's algorithm to understand and utilize the metadata.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Generic clip information contains a key string and a value string.

Attributes

  • key (type: String.t, default: nil) -
  • value (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.VideoClipInfo{
  key: String.t() | nil,
  value: 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.