VideoContentSearchSpanDolphinScoresSpanCandidate

AI Overview😉

  • The potential purpose of this module is to analyze and score video content, specifically the spoken words (ASR - Automatic Speech Recognition) and the relevance of the spoken words to the search query. It seems to be a part of a larger system that evaluates the quality and relevance of video content for search results.
  • This module could impact search results by influencing the ranking of videos based on the accuracy and relevance of their spoken content. Videos with higher ASR confidence scores and more relevant spoken words may be ranked higher in search results, while videos with lower scores may be ranked lower. This could lead to more accurate and relevant video search results, especially for users searching for specific topics or keywords.
  • To be more favorable for this function, a website may focus on improving the quality and accuracy of their video content's spoken words, such as:
    • Ensuring clear and concise audio quality
    • Providing accurate and relevant transcripts or captions for videos
    • Optimizing video content to match user search queries and intent
    • Using keywords and phrases relevant to the video content in the spoken words

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate (google_api_content_warehouse v0.4.0)

Attributes

  • asrConfidenceStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t, default: nil) - A summary of the token asr_confidence scores that make up the candidate.
  • scoreStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t, default: nil) - A summary of the token scores that make up the candidate.
  • sourcePassage (type: String.t, default: nil) - The passage text from which this span candidate belongs to. In case of description spans, this field stores the sentence containing the span candidate where the sentence is a subset of the passage used for generating the span candidate.
  • text (type: String.t, default: nil) - The span candidate text.
  • timeMs (type: String.t, default: nil) - The start time for the span candidate.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate{
    asrConfidenceStats:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t()
      | nil,
    scoreStats:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t()
      | nil,
    sourcePassage: String.t() | nil,
    text: String.t() | nil,
    timeMs: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.