.net - Speech Recognition in C# with specific command -
I was developing an application that could only recognize a few words. I have many questions.
1) Can I develop something like
if (command == browser) {// open default browser} 2) If so, how can I identify the system to understand the custom word ??
Any code sample or tutorial will be appreciated.
You can do this by Microsoft Speech API System. Speech. Recognition
View the article
Comments
Post a Comment