VideoContentSearchTokenTimingInfo

AI Overview😉

  • The potential purpose of this module is to analyze and understand the timing and content of video searches, particularly those using Automatic Speech Recognition (ASR) technology. It extracts timing information from video data, including the confidence level of the ASR transcription, duration, start time, and text of individual tokens (e.g., words or phrases).
  • This module could impact search results by influencing the ranking of videos based on the accuracy and relevance of their ASR transcriptions. Videos with higher confidence levels, more accurate transcriptions, and better timing information may be considered more relevant and therefore ranked higher in search results.
  • To be more favorable for this function, a website could optimize its video content by: Providing high-quality, accurate ASR transcriptions for videos Ensuring that video timestamps are accurate and synchronized with the ASR transcription Using clear and concise language in video content to improve ASR accuracy Providing additional metadata, such as subtitles or closed captions, to supplement the ASR transcription

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Token level timing information for ASR spans. This is expected to be extracted from PseudoVideoData in the CDoc. Next ID: 5

Attributes

  • confidence (type: number(), default: nil) - Generated from th PseudoVideoData Timestamp Confidence field, which is quantized values in range 0-127. To convert to range 0-1 this field divides the PseudoVideoData Timestamp Confidence field by 127.
  • durationMs (type: String.t, default: nil) -
  • startMs (type: String.t, default: nil) -
  • text (type: String.t, default: nil) - Should be a single token.

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.VideoContentSearchTokenTimingInfo{
  confidence: number() | nil,
  durationMs: String.t() | nil,
  startMs: String.t() | nil,
  text: 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.