Class TranscriptionWord
Extracted word and their corresponding timestamps.
public sealed class TranscriptionWord
- Inheritance
-
TranscriptionWord
- Inherited Members
Properties
End
End time of the word in seconds.
[JsonInclude]
[JsonPropertyName("end")]
public double End { get; }
Property Value
Start
Start time of the word in seconds.
[JsonInclude]
[JsonPropertyName("start")]
public double Start { get; }
Property Value
Word
The text content of the word.
[JsonInclude]
[JsonPropertyName("word")]
public string Word { get; }