我正在编写一个需要我识别口语数字的网络应用程序。我正在使用 javascript Web Speech API。目前它工作得很好,但我很想将识别限制在数字范围内,以提高准确性。我的一个想法是设置语法,但我一生都无法弄清楚如何设置。有人知道如何进行此限制吗?
问问题
579 次
1 回答
0
Speech Grammar could be a way to do this but it is not yet supported by any browser. http://www.w3.org/TR/speech-grammar/ .For the time being you have to use a javaScript function like isDigits()
于 2014-12-16T03:19:22.463 回答