'SAPI does not implement phonetic alphabet selection' exception

后端 未结 1 1494
死守一世寂寞
死守一世寂寞 2021-01-06 07:50

Whenever I attempt to code any speech recognition program in my laptop,I always get the same messages as mentioned below..I can always compile my code and get the windows fo

相关标签:
1条回答
  • 2021-01-06 08:19

    You need

     gram.Culture = New System.Globalization.CultureInfo("en-GB")
    

    For more details see

    http://www.vbforums.com/showthread.php?751297-RESOLVED-(VS2102)-Speech-Recognition-Suddenly-Stopped

    0 讨论(0)
提交回复
热议问题