0
Answer

C# Speech recognitio

Mark Kent

Mark Kent

12y
1.1k
1
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();