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
Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Méthodes publiques

Méthode Description
SpeechRecognizer ( MyGame game ) : System

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetKinectRecognizer ( ) : RecognizerInfo
SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Handler for recognized speech events.

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SpeechRecognizer() public méthode

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