MediaIndexFrameIdentifier

AI Overview😉

  • The potential purpose of this module is to identify and analyze specific frames within a video, particularly the preview frame at timestamp 0 (i.e., the first frame of the video). This helps Google's algorithm to better understand the video's content, relevance, and quality.
  • This module could impact search results by influencing the ranking of videos based on their preview frames. Videos with high-quality, relevant, or engaging preview frames may be ranked higher in search results, while those with low-quality or irrelevant preview frames may be demoted. This could also affect video thumbnails displayed in search results.
  • To be more favorable for this function, a website could: Ensure high-quality, relevant, and engaging preview frames for their videos. Optimize video metadata, such as titles, descriptions, and tags, to accurately reflect the video's content. Use attention-grabbing thumbnails that accurately represent the video's content. Consider using schema markup to provide additional video metadata to search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Identifier for frames associated with a video.

Attributes

  • previewFrameZeroVariant (type: GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant.t, default: nil) -
  • timestampMs (type: integer(), default: nil) - Offset of the frame from the beginning of the video (in milliseconds).

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.MediaIndexFrameIdentifier{
  previewFrameZeroVariant:
    GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant.t()
    | nil,
  timestampMs: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.