PhotosAnimationMetadata

AI Overview😉

  • The potential purpose of this module is to analyze and understand the metadata of animated images or videos, specifically the duration, loop count, and number of frames. This helps Google's search algorithm to better understand the content and context of the multimedia files.
  • This module could impact search results by allowing Google to provide more accurate and relevant results for searches related to multimedia content. For example, if a user searches for "short funny animations", the algorithm can use this module to filter out results with longer animation durations. It may also help to improve the ranking of websites that provide high-quality, engaging multimedia content.
  • To be more favorable for this function, a website could ensure that their animated images or videos have accurate and complete metadata, including duration, loop count, and number of frames. This could be achieved by using standardized metadata formats and providing detailed information about the multimedia content. Additionally, websites could focus on creating high-quality, engaging, and relevant multimedia content that is optimized for search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • durationMs (type: String.t, default: nil) - The duration of the animation or movie (not including any looping), in milliseconds. If there is only a single frame (and thus not animated), the duration will be 0.
  • loopCount (type: integer(), default: nil) - The number of times the animation plays. If 0, the animation will loop indefinitely. If positive, this number includes the initial playthrough. For example, a value of 3 means that each frame is shown 3 times.
  • numFrames (type: String.t, default: nil) -

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.PhotosAnimationMetadata{
  durationMs: String.t() | nil,
  loopCount: integer() | nil,
  numFrames: 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.