VideoContentSearchVideoGeneratedQueryFeatures

AI Overview😉

  • The potential purpose of this module is to analyze video content and generate queries to filter out unwanted or restricted video results. It seems to be focused on identifying and removing videos that contain certain entities or keywords that are deemed inappropriate or unwanted.
  • This module could impact search results by removing videos that contain restricted content, such as certain keywords or entities, from the search results. This could lead to a more curated and family-friendly search experience. Additionally, it could also impact the ranking of videos that contain certain entities or keywords, potentially demoting them in the search results.
  • A website may change things to be more favorable for this function by ensuring that their video titles and content do not contain restricted keywords or entities. They could also focus on creating high-quality, relevant, and informative video content that is less likely to be filtered out by this module. Additionally, optimizing video metadata, such as titles, descriptions, and tags, to accurately represent the video content could also help improve the video's visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains video level features for generated queries that are applied at the video level.

Attributes

  • filterReason (type: list(String.t), default: nil) - A description of why the video was removed. This is intended for debugging generated queries that are filtered at the video level.
  • prefilteredPassageCount (type: integer(), default: nil) - The total number of passages that were input to generating queries for this video. This count might be bigger than the total number of anchors in the video as some of the anchors might have been filtered by the pipeline.
  • titleEntityAnnotations (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityAnnotations.t, default: nil) - Entity annotations for one of the mids representing the video title. This entity is either one of the blocklisted entities if at least of the mentioned entities in the title belongs to the blocklisted categories, or is the highest confidence entity for the title.
  • totalRestrictedQueries (type: integer(), default: nil) - The total number of queries that belong to the blocklisted categories for this video.

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.VideoContentSearchVideoGeneratedQueryFeatures{
    filterReason: [String.t()] | nil,
    prefilteredPassageCount: integer() | nil,
    titleEntityAnnotations:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityAnnotations.t()
      | nil,
    totalRestrictedQueries: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.