Method | Description | |
---|---|---|
Init ( ) : void | ||
Pause ( ) : void | ||
Start ( ) : void |
Plugin started
|
|
Stop ( ) : void |
stop plugin
|
|
UpdateGrammar ( ) : void |
Update grammar list
|
Method | Description | |
---|---|---|
CommandsChanged ( object sender, |
||
MainMenuClicked ( object sender, |
||
RecognizeCompleted ( object sender, RecognizeCompletedEventArgs e ) : void |
Recognition was stoped, check if it was reset and needs to be started again
|
|
SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void |
something was recognized, search and trigger handlers
|
|
StartSpeech ( ) : void | ||
StopSpeech ( ) : void |