Namespace LMKit.Speech
Classes
- AudioSegment
Represents a segment of audio with its recognized text, timing, confidence score, and language.
- SpeechToText
Provides transcription and language-detection capabilities using an LM model with speech-to-text support.
- SpeechToText.OnNewSegmentEventArgs
Event arguments for when a new AudioSegment is produced during transcription.
- SpeechToText.OnProgressEventArgs
Provides data for the OnProgress event, containing the current completion percentage of the transcription.
- TranscriptionResult
Holds the set of AudioSegments produced by a transcription and provides the full combined text.