VideoContentSearchQnaAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQnaAnchorFeatures


Table of Contents ▼

Jump to a specific part of the page:

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

  1. answer (type: String.t, default: nil)
    - Segment of text from the ASR.
  2. descartesDotScore (type: number(), default: nil)
    -
  3. descartesRankingScore (type: number(), default: nil)
    -
  4. dolphinModelType (type: String.t, default: nil)
    -
  5. 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.
  6. editDistance (type: number(), default: nil)
    - Edit distance of the question and the title from 0 to 1 where 1 is most similar.
  7. endMs (type: String.t, default: nil)
    - End time in milliseconds relative to the beginning of the video.
  8. ensembleScore (type: number(), default: nil)
    -
  9. isDuplicateOfTitle (type: boolean(), default: nil)
    - True if question_title_similarity is less than 0.2.
  10. neonScore (type: number(), default: nil)
    - Neon similarity of question and title.
  11. 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.
  12. qbstScore (type: number(), default: nil)
    - QBST similarity of question and title.
  13. queryCount (type: number(), default: nil)
    - NavBoostFeature f_query_count for questions that are NavBoost queries.
  14. queryDocCount (type: number(), default: nil)
    - NavBoostFeature f_query_doc_count for questions that are NavBoost queries.
  15. question (type: String.t, default: nil)
    - Question from Related Questions SSTable or NavBoost.
  16. questionTitleSimilarity (type: number(), default: nil)
    -
  17. questionType (type: String.t, default: nil)
    -
  18. startMs (type: String.t, default: nil)
    - Start time in milliseconds relative to the beginning of the video.
  19. videoDurationMs (type: String.t, default: nil)
    - Duration of the video.
  20. videoTitle (type: String.t, default: nil)
    - Video title.
  21. webrefMid (type: String.t, default: nil)
    - Mid corresponding to the WebRef entity from the CDoc that was used to source the question.
  22. 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
}

Function

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

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