C# 클래스 MyGame.SpeechRecognizer

This class represent Speech recognizer that recognize voice commands and fire the specific events according to command recongized
상속: Microsoft.Xna.Framework.GameComponent
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 메소드들

메소드 설명
SpeechRecognizer ( MyGame game ) : System

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetKinectRecognizer ( ) : RecognizerInfo
SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

Handler for recognized speech events.

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SpeechRecognizer() 공개 메소드

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