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):
Attributes
-
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. -
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. -
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. -
dolphinConfig
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDolphinScoringConfig
, default:nil
)
- The configuration used for fetching Dolphin scores. -
ensembleModelPath
(type:String.t
, default:nil
)
- Path to Ranklab ensemble model used in post-trigger step. -
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. -
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 -
minQuestionDistance
(type:number()
, default:nil
)
- Threshold for determining whether questions belong in the same cluster. -
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
}
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