YoutubeDiscoveryLegosLegosFormatRelationship

AI Overview😉

  • The potential purpose of this module is to analyze and classify YouTube video formats with a confidence score, which helps Google to understand the content and relevance of a video to a user's search query.
  • This module could impact search results by influencing the ranking of YouTube videos based on their format relevance to the search query. Videos with higher confidence scores for a specific format may be ranked higher in search results, making them more visible to users.
  • To be more favorable for this function, a website or YouTube channel may focus on creating high-quality, format-specific content that aligns with popular search queries. This could include optimizing video titles, descriptions, and tags to match relevant formats, as well as ensuring that the video content itself meets the expected format standards.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Description of a format Legos annotation. http://go/legos/formats.md

Attributes

  • confidence (type: number(), default: nil) - Format classification confidence score, in the 0-1 range. A score of XX% means that we expect at least XX% of the documents annotated with this format to be correctly annotated; i.e. thresholding at XX% yields a precision of at least XX%.

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.YoutubeDiscoveryLegosLegosFormatRelationship{
    confidence: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.