ImageRepositoryFrameIdentifierPreviewFrameZeroVariant

AI Overview😉

  • The potential purpose of this module is to help identify and analyze the first frame of a video's generated preview, including its length and associated xtags (extended tags). This information can be used to better understand the content of the video and how it should be displayed in search results.
  • This module could impact search results by influencing how videos are ranked and displayed. For example, if a video's preview frame is deemed more relevant or engaging, it may be given a higher ranking or more prominent display in search results. The xtags associated with the preview frame may also be used to filter or categorize search results.
  • To be more favorable for this function, a website may ensure that its video previews are accurately represented and easily parseable by Google's algorithm. This could involve using standardized xtags, providing clear and concise preview lengths, and optimizing video previews for maximum engagement and relevance. Additionally, websites may consider using schema markup or other metadata to provide Google with more context about their video content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.