Reputation: 8729
I was developed a application that can only recognize some word. I've several questions.
1)Can I able to develop something like
if(command == Browser)
{
//open default browser
}
2) If Yes, how can Recognize System understand the custom word??
Any code sample or tutorial will be appreciated.
Upvotes: 2
Views: 1514