Is there any way to listen to "specific" set of words in android? Which means, there is a list of voice commands like "Go", "Stop", "Up", "Down" etc. Android app should listen to only these words, not to anything else. All the tutorials I visited are teaching how to create an android app which listens to all the words.
Since this feature can be implemented in most of the other speech engines (for example in a PC using MS Voice API) I am sure this can be done in Android as well. But how can I do it?