### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X] I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug ### Current Behavior RecognitionResultCompleted never fires and handler breakpoint is never hit ### Expected Behavior RecognitionResultCompleted is fired after recognizer decides user stopped talking ### Steps To Reproduce 1. Open MAUI samples project 1. Put a breakpoint on `HandleRecognitionResultCompleted` method 1. Launch it on "Windows Machine" 1. Open "Essentials" -> "SpeechToText" 1. Click "StartListenAsync" 1. Say "Hello" 1. Wait ### Link to public reproduction project repository https://github.com/CommunityToolkit/Maui ### Environment ```markdown - .NET MAUI CommunityToolkit: 9.0.2 - OS: Windows 11 23H2 - .NET MAUI: 8.0.70 ``` ### Anything else? _No response_
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
RecognitionResultCompleted never fires and handler breakpoint is never hit
Expected Behavior
RecognitionResultCompleted is fired after recognizer decides user stopped talking
Steps To Reproduce
HandleRecognitionResultCompletedmethodLink to public reproduction project repository
https://github.com/CommunityToolkit/Maui
Environment
Anything else?
No response