Class WhisperWord
A transcribed word with timing information.
public class WhisperWord
- Inheritance
-
WhisperWord
- Inherited Members
Properties
Confidence
Gets or sets the confidence score.
public double Confidence { get; set; }
Property Value
EndTime
Gets or sets the end time in seconds.
public double EndTime { get; set; }
Property Value
StartTime
Gets or sets the start time in seconds.
public double StartTime { get; set; }
Property Value
Word
Gets or sets the word text.
public string Word { get; set; }