VideoGoogleVideoClipInfo

AI Overview😉

  • The potential purpose of this module is to track and store information about video clips created using YouTube's video creation tools, such as YouTube Create app and Universal Dubbing. This information includes logging IDs, app versions, and product types used to create the video clip.
  • This module could impact search results by allowing Google to better understand the origin and characteristics of video content, potentially influencing video ranking and recommendation algorithms. For example, videos created using YouTube's own tools might be given more visibility or credibility in search results.
  • A website may change things to be more favorable for this function by ensuring that their video content is created using YouTube's approved tools and methods, and providing accurate and complete metadata about the video clip, such as logging IDs and product types. This could potentially increase the video's visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

YT app video information. (go/yt-create-vsi-data)

Attributes

  • aloudLoggingId (type: String.t, default: nil) - Used to track videos produced via Aloud dubbing.
  • appVersion (type: String.t, default: nil) - YT app version (ie. YT Create app version).
  • assetLoggingId (type: list(String.t), default: nil) - List of YT media asset logging ids.
  • dubbingLoggingId (type: String.t, default: nil) - Used to track videos produced via Universal Dubbing.
  • productType (type: String.t, default: nil) - Product used to create this video clip.

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.VideoGoogleVideoClipInfo{
  aloudLoggingId: String.t() | nil,
  appVersion: String.t() | nil,
  assetLoggingId: [String.t()] | nil,
  dubbingLoggingId: String.t() | nil,
  productType: 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.