Provides information about progress time and real-time transcribed text.
public delegate bool SpeechRecognitionProgressCallback(
object sender,
SpeechRecognizedEventArgs args
)
sender
The SpeechRecognizer instance sending the callback.
args
SpeechRecognizedEventArgs with number of information about the audio being transcribed.
return false to abort further processing, otherwise return true.
This a callback delegate providing progress time and real-time transcribed text.