M
mike11111111233
Guest
My code is below: the callback function gets called but the accuracy is really poor. using System.Speech.Recognition;
What can be done if anything to improve the accuracy of the translation?
speechRecognitionEngine.RequestRecognizerUpdate();
speechRecognitionEngine.LoadGrammar(new DictationGrammar());
Continue reading...
What can be done if anything to improve the accuracy of the translation?
speechRecognitionEngine.RequestRecognizerUpdate();
speechRecognitionEngine.LoadGrammar(new DictationGrammar());
Continue reading...