WhisperCt2.Word (whisper_ct2 v0.5.0)

Copy Markdown View Source

One word produced by :word_timestamps.

Times are absolute seconds within the input audio. probability is the mean of per-token acoustic probabilities from the DTW alignment pass.

Summary

Types

t()

@type t() :: %WhisperCt2.Word{
  end: float(),
  probability: float(),
  start: float(),
  text: String.t()
}