VideoFileSphericalMetadataCubemapProjection

AI Overview😉

  • The potential purpose of this module is to provide information about the layout and padding of cubemap projections in 360-degree video files. This allows Google's algorithm to better understand the video content and provide more accurate search results for users searching for 360-degree video content.
  • This module could impact search results by allowing Google to more accurately identify and rank 360-degree video content. This could lead to more relevant search results for users searching for specific types of 360-degree video content, and could also improve the overall quality of search results for video-related queries.
  • To be more favorable for this function, a website could ensure that their 360-degree video files include accurate and complete metadata about the cubemap projection, including the layout and padding. This could involve using standardized metadata formats and providing detailed information about the video content. Additionally, websites could optimize their video content for 360-degree video search by using relevant keywords and descriptions, and by ensuring that their video content is easily crawlable and indexable by Google's algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Specifies usage of cubemap projection.

Attributes

  • layout (type: integer(), default: nil) - Values 0 to 255 are reserved for current and future layouts. Value of 0 corresponds to a grid with 3 columns and 2 rows as follows: | right face | left face | up face | | down face | front face | back face |

  • padding (type: integer(), default: nil) - Number of pixels to pad from the edge of each cube face

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.VideoFileSphericalMetadataCubemapProjection{
    layout: integer() | nil,
    padding: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.