View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenTimingInfo{
  confidence: number() | nil,
  durationMs: String.t() | nil,
  startMs: String.t() | nil,
  text: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.