C# Class VoiceFramework.SpeechRecognizer

Inheritance: IDisposable
Datei anzeigen Open project: UPS-CS240-F12/motion-capture Class Usage Examples

Public Methods

Method Description
Create ( List words ) : SpeechRecognizer
Dispose ( ) : void
RegisterVoiceActionResult ( Action voiceActionHandler ) : void
Start ( KinectAudioSource kinectSource ) : void
Stop ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CheckDisposed ( ) : void
GetKinectRecognizer ( ) : RecognizerInfo
LoadGrammar ( SpeechRecognitionEngine speechRecognitionEngine, Grammar g ) : void
SpeechRecognizer ( List words ) : System
SreSpeechRecognitionRejected ( object sender, SpeechRecognitionRejectedEventArgs e ) : void
SreSpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Method Details

Create() public static method

public static Create ( List words ) : SpeechRecognizer
words List
return SpeechRecognizer

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

RegisterVoiceActionResult() public method

public RegisterVoiceActionResult ( Action voiceActionHandler ) : void
voiceActionHandler Action
return void

Start() public method

public Start ( KinectAudioSource kinectSource ) : void
kinectSource KinectAudioSource
return void

Stop() public method

public Stop ( ) : void
return void