.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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -