public AsyncGoogleVoiceRecognizer(IVoiceCommandRecognizedEventHandler handler)
 {
     eventHandler = handler;
 }
Example #2
0
 public MicrosoftVoiceRecognizer(IVoiceCommandRecognizedEventHandler voiceCommandRecognizedEventHandler)
 {
     this.voiceCommandRecognizedEventHandler = voiceCommandRecognizedEventHandler;
 }