C# Class MyGame.SpeechRecognizer

This class represent Speech recognizer that recognize voice commands and fire the specific events according to command recongized
Inheritance: Microsoft.Xna.Framework.GameComponent
Show file Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Public Methods

Method Description
SpeechRecognizer ( MyGame game ) : System

List of all UI span elements used to select recognized text.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetKinectRecognizer ( ) : RecognizerInfo
SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Handler for recognized speech events.

Method Details

Dispose() protected method

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

SpeechRecognizer() public method

List of all UI span elements used to select recognized text.
public SpeechRecognizer ( MyGame game ) : System
game MyGame
return System