Issues with the microsoft speech to text component for C#

  • Thread starter Thread starter mike11111111233
  • Start date Start date
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...
 
Back
Top