VideoContentSearchVideoGeneratedQueryFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. 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.
  3. titleEntityAnnotations (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityAnnotations, 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.
  4. totalRestrictedQueries (type: integer(), default: nil)
    - The total number of queries that belong to the blocklisted categories for this video.

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures