.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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -