VideoFileSphericalMetadataFOVBounds

AI Overview😉

  • The potential purpose of this module is to analyze and understand the metadata of 360-degree or spherical videos, specifically the Field of View (FOV) bounds. This information can help Google's algorithm to better comprehend the video content and provide more accurate search results.
  • This module could impact search results by allowing Google to differentiate between videos with similar titles or descriptions but varying FOV bounds. For instance, a search for "360-degree city tour" might prioritize videos with a wider FOV bounds over those with a narrower view. This could lead to more relevant and engaging search results for users.
  • To be more favorable for this function, a website could ensure that their 360-degree or spherical videos are properly tagged with accurate FOV bounds metadata. This might involve providing detailed information about the video's start and end tilt, as well as start and end yaw, in degrees. By doing so, the website can increase the chances of their videos being correctly understood and ranked by Google's algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • endTiltInDegrees (type: float(), default: nil) -
  • endYawInDegrees (type: float(), default: nil) -
  • startTiltInDegrees (type: float(), default: nil) -
  • startYawInDegrees (type: float(), 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.VideoFileSphericalMetadataFOVBounds{
  endTiltInDegrees: float() | nil,
  endYawInDegrees: float() | nil,
  startTiltInDegrees: float() | nil,
  startYawInDegrees: float() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.