VideoMediaOverviewMediaClipInfoOverview

AI Overview😉

  • The potential purpose of this module is to determine whether a video clip has geolocation information associated with it. This could be used to provide users with more relevant search results based on their location or to help filter out videos that are not relevant to a specific geographic area.
  • This module could impact search results by giving preference to videos that have geolocation information, especially for searches that are location-specific. It could also lead to the exclusion of videos that do not have geolocation information, potentially reducing the overall number of search results.
  • To be more favorable for this function, a website could ensure that their video clips include accurate and relevant geolocation information, such as GPS coordinates or location tags. This could be done by adding metadata to the video files themselves or by providing location information in the video's description or tags.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Video clip info description with no PII.

Attributes

  • hasGeolocation (type: boolean(), default: nil) - Corresponds to vsi.video_clip_info().has_geolocation()

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.VideoMediaOverviewMediaClipInfoOverview{
    hasGeolocation: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.