Voting helps other researchers find interesting modules.
Features for individual Q&A anchors. Next ID: 23
answer
String.t
nil
descartesDotScore
number()
descartesRankingScore
dolphinModelType
dolphinScore
editDistance
endMs
ensembleScore
isDuplicateOfTitle
boolean()
neonScore
pointwiseNormalizedGapScore
qbstScore
queryCount
queryDocCount
question
questionTitleSimilarity
questionType
startMs
videoDurationMs
videoTitle
webrefMid
webrefTopicalityScore
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()