0
Reply

C# Speech recognitio

Mark Kent

Mark Kent

Jul 20 2012 5:57 PM
1.1k
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();