Speech Recognition API without Grammar C#

前端 未结 1 1380
长情又很酷
长情又很酷 2020-12-21 06:46

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 circumstanc

相关标签:
1条回答
  • 2020-12-21 07:26

    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.

    0 讨论(0)
提交回复
热议问题