Method | Description | |
---|---|---|
Dispose ( ) : void | ||
StartListening ( ) : void | ||
StopListening ( ) : void | ||
VoiceCommandEngine ( string callName ) : System | ||
engine_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnAudioLevelUpdated ( VoiceCommandEvents e ) : void | ||
OnSpeechRecognized ( VoiceCommandEvents e ) : void |
Method | Description | |
---|---|---|
PlayRecognizedCommandSound ( ) : void | ||
recognizer_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void |
protected OnAudioLevelUpdated ( VoiceCommandEvents e ) : void | ||
e | VoiceCommandEvents | |
return | void |
protected OnSpeechRecognized ( VoiceCommandEvents e ) : void | ||
e | VoiceCommandEvents | |
return | void |
public VoiceCommandEngine ( string callName ) : System | ||
callName | string | |
return | System |
public engine_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void | ||
sender | object | |
e | AudioLevelUpdatedEventArgs | |
return | void |