C# Class InfoStrat.MotionFx.Speech.SpeechHelper

显示文件 Open project: InfoStrat/MotionFx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
recog_AudioLevelUpdated ( object sender, AudioLevelUpdatedEventArgs e ) : void
recog_SpeechRecognitionRejected ( object sender, SpeechRecognitionRejectedEventArgs e ) : void
recog_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Method Details

Recognize() public method

public Recognize ( Grammar grammar ) : void
grammar Grammar
return void

Recognize() public method

public Recognize ( Grammar grammar, bool continuous ) : void
grammar Grammar
continuous bool
return void

Recognize() public method

public Recognize ( IEnumerable phrases ) : void
phrases IEnumerable
return void

Recognize() public method

public Recognize ( IEnumerable phrases, bool continuous ) : void
phrases IEnumerable
continuous bool
return void

Recognize() public method

public Recognize ( string phrase ) : void
phrase string
return void

Speak() public method

public Speak ( string text ) : void
text string
return void

SpeechHelper() public method

public SpeechHelper ( ) : System
return System

StopRecognition() public method

public StopRecognition ( ) : void
return void