System.Speech识别字母和数字而不是单词或句子

时间:2017-06-11 22:09:10

标签: c# microsoft-speech-platform microsoft-speech-api

我试图用System.Speech而不是单词或句子来基本识别字母和数字。我正在使用this post顶部答案中的代码示例。以下是我看到的一些奇怪的结果:

(spoken, recognized)
ABC123, BB sheet 123
7N2591, It had been 2591
374SXQ, Greet heaven or dashes at queue
51763, Hide one chat and had three
XYZ709, At YE having your own nine

是否有不同的语法集,或GrammarBuilder的方法,允许我限制识别只能听一系列字母和数字?

0 个答案:

没有答案