Share via

Function RecognizeWithUIAsync returns "Unknown" on Windows 11 ARM64 device

Billy Zhong 0 Reputation points
2024-03-26T09:39:22.9633333+00:00

When I use below codes on Windows 11 ARM64 device, returns result "Unknown" value. And speechRecognizer.state is "Idle". What is the reason? How to debug this issue?

Code lines:

            recognitionOperation = speechRecognizer.RecognizeWithUIAsync();

            SpeechRecognitionResult speechRecognitionResult = await recognitionOperation;
Windows for business | Windows Client for IT Pros | User experience | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.