VideoContentSearchInstructionTrainingDataAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionTrainingDataAnchorFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Anchor-level metadata about the instruction anchors. Each instruction passage anchor can contain multiple instruction steps and multiple description anchors and thus the following fields are defined as repeated.

Attributes List

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

View Attributes

Attributes

  1. bestAsrAndDescriptionAnchorsMatchInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo), default: nil)
    - The match info about the description anchor matches with the ASR n-grams in the instruction passage. Each element represents the best match between a given description anchor and all qualified n-grams within the passage.
  2. bestDescriptionAndInstructionAnchorsMatchInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo), default: nil)
    - The match info about the description anchor matches with the instruction anchors in a instruction passage. Each element represents the best match between a given description anchor and all the instruction anchors in the passage.
  3. instructionAnchorsMatchInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo), default: nil)
    - The match info about the instruction steps matches with the ASR. Each instruction step corresponds to a step extracted from a web doc. Each instruction passage can contain multiple instruction step matches thus the repeated field.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionTrainingDataAnchorFeatures{
bestAsrAndDescriptionAnchorsMatchInfo: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t() ] | nil,
bestDescriptionAndInstructionAnchorsMatchInfo: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t() ] | nil,
instructionAnchorsMatchInfo: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t() ] | nil
}

Function

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

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