Mark Kent

Mark Kent

  • NA
  • 1
  • 1.3k

C# Speech recognitio

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