GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorFeatures
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Features for individual Q&A anchors. Next ID: 23
Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
answer
(type:String.t
, default:nil
)
- Segment of text from the ASR. -
descartesDotScore
(type:number()
, default:nil
)
- -
descartesRankingScore
(type:number()
, default:nil
)
- -
dolphinModelType
(type:String.t
, default:nil
)
- -
dolphinScore
(type:number()
, default:nil
)
- Dolphin score calculated using the question as the query, the ASR passage as the answer. See go/dolphin-models to learn more. -
editDistance
(type:number()
, default:nil
)
- Edit distance of the question and the title from 0 to 1 where 1 is most similar. -
endMs
(type:String.t
, default:nil
)
- End time in milliseconds relative to the beginning of the video. -
ensembleScore
(type:number()
, default:nil
)
- -
isDuplicateOfTitle
(type:boolean()
, default:nil
)
- True if question_title_similarity is less than 0.2. -
neonScore
(type:number()
, default:nil
)
- Neon similarity of question and title. -
pointwiseNormalizedGapScore
(type:number()
, default:nil
)
- Pointwise GAP normalized score. Score ranges from 0 to 1 and corresponds to GAP precision. See go/wa-cgap-to-pgap-migration to learn more. -
qbstScore
(type:number()
, default:nil
)
- QBST similarity of question and title. -
queryCount
(type:number()
, default:nil
)
- NavBoostFeature f_query_count for questions that are NavBoost queries. -
queryDocCount
(type:number()
, default:nil
)
- NavBoostFeature f_query_doc_count for questions that are NavBoost queries. -
question
(type:String.t
, default:nil
)
- Question from Related Questions SSTable or NavBoost. -
questionTitleSimilarity
(type:number()
, default:nil
)
- -
questionType
(type:String.t
, default:nil
)
- -
startMs
(type:String.t
, default:nil
)
- Start time in milliseconds relative to the beginning of the video. -
videoDurationMs
(type:String.t
, default:nil
)
- Duration of the video. -
videoTitle
(type:String.t
, default:nil
)
- Video title. -
webrefMid
(type:String.t
, default:nil
)
- Mid corresponding to the WebRef entity from the CDoc that was used to source the question. -
webrefTopicalityScore
(type:number()
, default:nil
)
- The WebRef entity topicality score. Learn more about this score at: http://go/topicality-score
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorFeatures{
answer: String.t() | nil,
descartesDotScore: number() | nil,
descartesRankingScore: number() | nil,
dolphinModelType: String.t() | nil,
dolphinScore: number() | nil,
editDistance: number() | nil,
endMs: String.t() | nil,
ensembleScore: number() | nil,
isDuplicateOfTitle: boolean() | nil,
neonScore: number() | nil,
pointwiseNormalizedGapScore: number() | nil,
qbstScore: number() | nil,
queryCount: number() | nil,
queryDocCount: number() | nil,
question: String.t() | nil,
questionTitleSimilarity: number() | nil,
questionType: String.t() | nil,
startMs: String.t() | nil,
videoDurationMs: String.t() | nil,
videoTitle: String.t() | nil,
webrefMid: String.t() | nil,
webrefTopicalityScore: number() | nil
}
answer: String.t() | nil,
descartesDotScore: number() | nil,
descartesRankingScore: number() | nil,
dolphinModelType: String.t() | nil,
dolphinScore: number() | nil,
editDistance: number() | nil,
endMs: String.t() | nil,
ensembleScore: number() | nil,
isDuplicateOfTitle: boolean() | nil,
neonScore: number() | nil,
pointwiseNormalizedGapScore: number() | nil,
qbstScore: number() | nil,
queryCount: number() | nil,
queryDocCount: number() | nil,
question: String.t() | nil,
questionTitleSimilarity: number() | nil,
questionType: String.t() | nil,
startMs: String.t() | nil,
videoDurationMs: String.t() | nil,
videoTitle: String.t() | nil,
webrefMid: String.t() | nil,
webrefTopicalityScore: number() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorFeatures