ImageRepositoryVideoPropertiesVerticalIndexingInfoVideo

AI Overview😉

  • The potential purpose of this module is to help Google understand how to categorize and index video content within images, and associate it with specific verticals (or topics) for better search results.
  • This module could impact search results by allowing Google to return more relevant and accurate results for video-related searches, especially when searching for specific topics or verticals. It could also help to improve the visibility of videos within image search results.
  • To be more favorable for this function, a website could ensure that their video content is properly tagged and associated with relevant verticals or topics, and that their image metadata includes accurate and descriptive information about the video content. Additionally, using schema markup and other structured data formats could help Google to better understand the video content and its relationships to specific verticals.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Proto to store vertical indexing information for the document and associated video outlinks. The video content can be indexed to multiple verticals, including videosearch. It can also be indexed only in verticals, not in videosearch.

Attributes

  • name (type: String.t, default: nil) - List the string representation of the vertical that this image is indexed into.

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.ImageRepositoryVideoPropertiesVerticalIndexingInfoVideo{
    name: 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.