VideoContentSearchListAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListAnchorFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Anchor-level Metadata about list description anchors.

Attributes List

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

View Attributes

Attributes

  1. babelMatch (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo, default: nil)
    - The babel match info of the list anchor with its matched ASR text.
  2. descriptionSpanInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionSpanInfo, default: nil)
    - The description span metadata about list anchor when the anchor source is DESCRIPTION_SPANS.
  3. listItemIndex (type: integer(), default: nil)
    - The list item index of this anchor in the video description.
  4. matchScores (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores), default: nil)
    - The metadata about this list item's matches with different ASR snippets. This is currently used in the base model (DTW) to generate candidate anchors.
  5. pretriggerScore (type: number(), default: nil)
    - The score from the pretrigger model.
  6. titleAnchorBabelMatchScore (type: number(), default: nil)
    - Babel similarity between the anchor and the video title.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListAnchorFeatures{
babelMatch: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo.t() | nil,
descriptionSpanInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionSpanInfo.t() | nil,
listItemIndex: integer() | nil,
matchScores: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores.t()] | nil,
pretriggerScore: number() | nil,
titleAnchorBabelMatchScore: number() | nil
}

Function

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

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