FirstModulAR 0.1.0
Loading...
Searching...
No Matches
Whisper.WhisperTokenTimestamp Class Reference

Optional token timestamp information. More...

Public Member Functions

 WhisperTokenTimestamp (WhisperNativeTokenData nativeToken)
 

Public Attributes

readonly int Id
 Forced timestamp token id.
 
readonly float Prob
 Probability (confidence) of the timestamp in [0, 1] range.
 
readonly float ProbSum
 Sum of probabilities of all timestamp tokens.
 
readonly TimeSpan Start
 Timestamp of the token start. Relative to the whole audio.
 
readonly TimeSpan End
 Timestamp of the token end. Relative to the whole audio.
 
readonly float VoiceLength
 Voice length of the token.
 

Detailed Description

Optional token timestamp information.

Constructor & Destructor Documentation

◆ WhisperTokenTimestamp()

Whisper.WhisperTokenTimestamp.WhisperTokenTimestamp ( WhisperNativeTokenData nativeToken)
inline

Member Data Documentation

◆ End

readonly TimeSpan Whisper.WhisperTokenTimestamp.End

Timestamp of the token end. Relative to the whole audio.

◆ Id

readonly int Whisper.WhisperTokenTimestamp.Id

Forced timestamp token id.

◆ Prob

readonly float Whisper.WhisperTokenTimestamp.Prob

Probability (confidence) of the timestamp in [0, 1] range.

◆ ProbSum

readonly float Whisper.WhisperTokenTimestamp.ProbSum

Sum of probabilities of all timestamp tokens.

◆ Start

readonly TimeSpan Whisper.WhisperTokenTimestamp.Start

Timestamp of the token start. Relative to the whole audio.

◆ VoiceLength

readonly float Whisper.WhisperTokenTimestamp.VoiceLength

Voice length of the token.


The documentation for this class was generated from the following file: