ImageRepositoryFrameIdentifier

AI Overview😉

  • The potential purpose of this module is to identify and analyze frames within a video, particularly the thumbnails and preview images associated with it. This could be used to improve video search results, provide better video preview images, or enhance video content analysis.
  • This module could impact search results by influencing the video thumbnails and preview images displayed in search engine results pages (SERPs). It may prioritize videos with high-quality, relevant, or engaging thumbnails, which could affect the visibility and click-through rates of videos. Additionally, it could help improve the overall user experience by providing more accurate and informative video previews.
  • To be more favorable for this function, a website could:
    • Optimize video thumbnails to be high-quality, relevant, and engaging.
    • Use descriptive and accurate titles, descriptions, and tags for videos.
    • Ensure video content is well-structured and easily analyzable.
    • Provide multiple thumbnail variants to cater to different devices and screen sizes.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Identifier for frames associated with a video.

Attributes

  • multiThumbnailVariant (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameIdentifierMultiThumbnailVariant.t, default: nil) -
  • previewFrameZeroVariant (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameIdentifierPreviewFrameZeroVariant.t, default: nil) -
  • thumbnailVariant (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameIdentifierThumbnailVariant.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.ImageRepositoryFrameIdentifier{
  multiThumbnailVariant:
    GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameIdentifierMultiThumbnailVariant.t()
    | nil,
  previewFrameZeroVariant:
    GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameIdentifierPreviewFrameZeroVariant.t()
    | nil,
  thumbnailVariant:
    GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameIdentifierThumbnailVariant.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.