Hello! I ve a made a program that recognizes your speech. And i got stuck on how to call events when recognition engine detected particular word. Like:
if recognitionEngine recognized word "hi" then show a message box "hello"
I am using this by the way:
recognitionEngine = new SpeechRecognitionEngine();