API or SDK to make speech recognition only for numbers (between 1 and 10000)?

你。 提交于 2019-11-29 15:33:46

It is not quite right to strictly expect numbers from people, they usually say many things like "i don't know" or "wait a bit" even if you ask them for numbers. You will harm the experience significantly.

You have to analyze the recognition result intelligently and even if non-number is recognized you have to act accordingly.

To improve accuracy for numbers specifically you can use word hint feature of Google Speech API. Just add digits and other required words as a hint and Google will recognize them much more accurately. Amazon also has this feature they call it "custom vocabulary".

If you want to use an offline API you can certainly try Kaldi. You can adapt Kaldi vocabulary with numbers to improve the accuracy, it will be much better than Google API.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!