C# 클래스 csCommon.Plugins.SpeechPlugin.SpeechPlugin

상속: Caliburn.Micro.PropertyChangedBase, IPlugin
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
Init ( ) : void
Pause ( ) : void
Start ( ) : void

Plugin started

Stop ( ) : void

stop plugin

UpdateGrammar ( ) : void

Update grammar list

비공개 메소드들

메소드 설명
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

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Start() 공개 메소드

Plugin started
public Start ( ) : void
리턴 void

Stop() 공개 메소드

stop plugin
public Stop ( ) : void
리턴 void

UpdateGrammar() 공개 메소드

Update grammar list
public UpdateGrammar ( ) : void
리턴 void