Class SpeechToText.OnProgressEventArgs
Provides data for the OnProgress event, containing the current completion percentage of the transcription.
public sealed class SpeechToText.OnProgressEventArgs : EventArgs
- Inheritance
-
SpeechToText.OnProgressEventArgs
- Inherited Members
Properties
- Progress
Gets the current progress of the transcription operation, as an integer percentage between 0 (not started) and 100 (complete).