How can I use DictationRecognizer() on wpf application?
How can I use DictationRecognizer() on wpf application?
it works on unity. I need to work with wpf but when tried with wpf here Dictatoin recognizer not is recognized, though speech assembly is linked.
I need a simple way to use following/equivalent on wpf :
DictationRecognizer dictationRecognizer = new DictationRecognizer();//not recognized.
DictationRecognizer dictationRecognizer = new DictationRecognizer();//not recognized.
can you recommend a way/solution for this?
nothing form that class works like DictationR. did.
– bulliedMonster
Jul 3 at 14:46
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Check speechrecognitionengine class
– kennyzx
Jul 3 at 9:42