Speech Recognition API without Grammar C#

冷暖自知 提交于 2019-12-12 07:08:08

问题


I am developing a program where 99% of the time i can use a set Grammar in the standard Microsoft Speech Recognition to detect words being said. However in a few circumstances, i need the user to say something. This is never going to be predictable.

So is there a way to do this with the MS speech recognition?

And are there any other speech recognition API's out there (for free), that can handle non-preset words?


回答1:


There is a class called DictationGrammar that allows you to recognize dictated speech.

It also supports a "dictation context" - so you can specify that the dictated text should start/end with a specific phrase.

I think that would do the trick - technically, it's still a grammar, but it seems to fit what you're looking for.



来源:https://stackoverflow.com/questions/9229187/speech-recognition-api-without-grammar-c-sharp

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