VideoFileSphericalMetadataPose

AI Overview😉

  • The potential purpose of this module is to provide information about the orientation and perspective of a 360-degree video or image. This data helps Google understand the content of the video or image and how it should be displayed to the user.
  • This module could impact search results by allowing Google to better understand and index 360-degree content, leading to more accurate and relevant search results for users searching for this type of content. It may also enable Google to provide more informative and engaging search results, such as displaying a 360-degree image or video in the search results page.
  • To be more favorable for this function, a website may ensure that their 360-degree video or image content includes accurate and complete metadata, including the compass heading, pitch, and roll of the origin of the projection. This metadata can be provided in the video or image file itself, or through accompanying metadata files or APIs. Additionally, websites may want to ensure that their content is optimized for 360-degree display, with clear and consistent labeling and formatting.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Specifies the compass heading, pitch & roll for the origin of the projection. The origin for the "equirectangular" projection is the center of the image. The origin for the other projection types is defined as the location in the image that corresponds to the origin of an "equirectangular" projection.

Attributes

  • headingDegrees (type: number(), default: nil) -
  • pitchDegrees (type: number(), default: nil) -
  • rollDegrees (type: number(), 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.VideoFileSphericalMetadataPose{
  headingDegrees: number() | nil,
  pitchDegrees: number() | nil,
  rollDegrees: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.