VideoContentSearchQnaAnchorSetFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorSetFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Debug info for Q&A anchors. Next ID: 15

Attributes List

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

View Attributes

Attributes

  1. backgroundEncodingPath (type: String.t, default: nil)
    - Path to Descartes background encoding in the form of a serialized drishti.DenseFeatureData proto. This is generated by the flume_generate_background_encoding binary.
  2. descartesModelVersion (type: String.t, default: nil)
    - This field is used for debugging which model the decartes_model_score is generated from. You can learn more about the Descartes model at go/descartes-qa.
  3. descartesScoreThreshold (type: number(), default: nil)
    - Descartes score threshold for determining whether to output a QA pair as an anchor. This currently effects only the Descartes ranking score.
  4. dolphinConfig (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDolphinScoringConfig, default: nil)
    - The configuration used for fetching Dolphin scores.
  5. ensembleModelPath (type: String.t, default: nil)
    - Path to Ranklab ensemble model used in post-trigger step.
  6. ensembleModelScoreThreshold (type: number(), default: nil)
    - Minimum score for video anchor to pass the post-trigger step. Calculated by training a logisitic regression model with 95% precision. Training colab can be found at go/video-qa-ensemble.
  7. minEntityTopicalityScore (type: number(), default: nil)
    - Threshold for determining whether to consider an entity from a CDoc for sourcing questions on that topic. Learn more about this score at: http://go/topicality-score
  8. minQuestionDistance (type: number(), default: nil)
    - Threshold for determining whether questions belong in the same cluster.
  9. relatedQuestionsSstablePath (type: String.t, default: nil)
    - Path to the Related Questions SSTable that maps entities to questions.
  10. spanDurationSecs (type: String.t, default: nil)
    - The duration threshold for merging captions.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorSetFeatures{
backgroundEncodingPath: String.t() | nil,
descartesModelVersion: String.t() | nil,
descartesScoreThreshold: number() | nil,
dolphinConfig: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDolphinScoringConfig.t() | nil,
ensembleModelPath: String.t() | nil,
ensembleModelScoreThreshold: number() | nil,
minEntityTopicalityScore: number() | nil,
minQuestionDistance: number() | nil,
relatedQuestionsSstablePath: String.t() | nil,
spanDurationSecs: String.t() | nil
}

Function

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

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