Transcribe audio from a live source, such as a microphone.
public SpeechRecognitionResult RecognizeFromAudioSource(
string audioSource,
SpeechRecognitionProgressCallback callback
)
audioSource
Unique name of the audio device.
callback
Provides information about real-time transcription and progress information.
SpeechRecognitionResult that contains the list of recognized words.