C#() Alright, so as of right now I have a working Speech Recognition Engine, Synthesizer, and Recognizer, all working well in conjunction with each other. Before I had this code working, i used XML Macros with Windows Voice Recognition. In XML i was able to make this...
<command>
<listenFor>search for [...] computer</listenFor>
<run command="http://www.google.com/search?q={[...]}"/>
<speak>searching for {[...]}</speak>
</command>
My question is, how do I create something like this in C#? I have not been able to successfully create a "Speech Variable" such as "[...]" and then implement it in the command "{[...]}".
If anyone can help me with this Speech Variable Search For Command, it would be greatly appreciated.
Thanks, Jake