C# Class csCommon.Plugins.SpeechPlugin.SpeechPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
Mostrar archivo Open project: TNOCS/csTouch

Public Methods

Method Description
Init ( ) : void
Pause ( ) : void
Start ( ) : void

Plugin started

Stop ( ) : void

stop plugin

UpdateGrammar ( ) : void

Update grammar list

Private Methods

Method Description
CommandsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
MainMenuClicked ( object sender, EventArgs e ) : void
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

Method Details

Init() public method

public Init ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Start() public method

Plugin started
public Start ( ) : void
return void

Stop() public method

stop plugin
public Stop ( ) : void
return void

UpdateGrammar() public method

Update grammar list
public UpdateGrammar ( ) : void
return void