The events speechRecognizer.ContinuousRecognitionSession.ResultGenerated and speechRecognizer.HypothesisGenerated do no longer work
Author: FrankPohlCreated Aug 26, 2026Updated Aug 26, 2026
Labelsbug
Which sample are you reporting a bug in?
Example: SpeechAndTTS
Describe the bug
In the case continouus dictation sample no events with the recognized are raised.
The code is in Scenario_ContinuousDictation,cs
I canot link to a code line because the event that shoild be raised, speechRecognizer.ContinuousRecognitionSession.ResultGenerated for example is just not called.
To Reproduce
- Download the sample
- Run the Speech4TTS sample
- Select option 8
- Select a language
- Click "Dictate" Expected behavior Speech is translated into text and shown in the field Message Dication or a break point in the first line of ContinuousRecognitionSession_ResultGenerated is hit.
Screenshots If applicable, add screenshots to help explain your problem.
Configuration
- UWP
- Windows Desktop Version 25H2 Build 26200.9168
- Visual Studio version: 18.9.2
Additional context Add any other context about the problem here. Online Speech recognition is set in the Windows privacy settings
Source: microsoft/Windows-universal-samples