MediaIndexFrameIdentifierPreviewFrameZeroVariant

AI Overview😉

  • The potential purpose of this module is to identify and analyze the preview frames of videos, specifically the first frame, to better understand the content and generate relevant search results. It takes into account the length of the preview and the xtags (extended tags) used in its generation, which can affect the visual aspects of the frame.
  • This module could impact search results by allowing Google to better understand the visual content of videos and provide more accurate and relevant search results, especially for video-based searches. It may also help to improve the ranking of videos with high-quality or relevant preview frames.
  • A website may change things to be more favorable for this function by ensuring that their video previews are high-quality, relevant, and accurately tagged with xtags. This could include using descriptive and concise titles, adding relevant keywords, and providing a clear and concise description of the video content. Additionally, websites could focus on optimizing the first frame of their video previews to make a strong visual impression and increase the chances of their video being ranked higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This variant defines the frame to be the first frame of the video's generated preview.

Attributes

  • previewLength (type: String.t, default: nil) -
  • xtagList (type: GoogleApi.ContentWarehouse.V1.Model.MediaIndexXtagList.t, default: nil) - All xtags used in the generation of the preview. The same frame generated from the same preview with different xtags will likely have different bytes (such as, for example, resulting from a different aspect ratio).

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.MediaIndexFrameIdentifierPreviewFrameZeroVariant{
    previewLength: String.t() | nil,
    xtagList: GoogleApi.ContentWarehouse.V1.Model.MediaIndexXtagList.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.