Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/256.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/backbone.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 语音识别字母和数字,而不是单词或句子_C#_Microsoft Speech Platform_Microsoft Speech Api - Fatal编程技术网

C# 语音识别字母和数字,而不是单词或句子

C# 语音识别字母和数字,而不是单词或句子,c#,microsoft-speech-platform,microsoft-speech-api,C#,Microsoft Speech Platform,Microsoft Speech Api,我试图用System.Speech而不是单词或句子来获得字母和数字的基本识别。我正在使用上面答案中的代码示例。以下是我看到的一些奇怪的结果: (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 是

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

(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的一种方法允许我将识别限制为只听一系列字母和数字?

您找到解决方案了吗?您找到解决方案了吗?