C# 클래스 InfoStrat.MotionFx.Speech.SpeechHelper

파일 보기 프로젝트 열기: InfoStrat/MotionFx 1 사용 예제들

공개 메소드들

메소드 설명
Recognize ( Grammar grammar ) : void
Recognize ( Grammar grammar, bool continuous ) : void
Recognize ( IEnumerable phrases ) : void
Recognize ( IEnumerable phrases, bool continuous ) : void
Recognize ( string phrase ) : void
Speak ( string text ) : void
SpeechHelper ( ) : System
StopRecognition ( ) : void

비공개 메소드들

메소드 설명
recog_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void
recog_SpeechRecognitionRejected ( object sender, SpeechRecognitionRejectedEventArgs e ) : void
recog_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

메소드 상세

Recognize() 공개 메소드

public Recognize ( Grammar grammar ) : void
grammar Grammar
리턴 void

Recognize() 공개 메소드

public Recognize ( Grammar grammar, bool continuous ) : void
grammar Grammar
continuous bool
리턴 void

Recognize() 공개 메소드

public Recognize ( IEnumerable phrases ) : void
phrases IEnumerable
리턴 void

Recognize() 공개 메소드

public Recognize ( IEnumerable phrases, bool continuous ) : void
phrases IEnumerable
continuous bool
리턴 void

Recognize() 공개 메소드

public Recognize ( string phrase ) : void
phrase string
리턴 void

Speak() 공개 메소드

public Speak ( string text ) : void
text string
리턴 void

SpeechHelper() 공개 메소드

public SpeechHelper ( ) : System
리턴 System

StopRecognition() 공개 메소드

public StopRecognition ( ) : void
리턴 void