C# Class HandInput.Engine.SpeechManager

Show file Open project: ushadow/handinput Class Usage Examples

Public Methods

Method Description
Create ( Stream audioStream, Stream grammar ) : SpeechManager
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
OnSpeechRecognized ( Object sender, SpeechRecognizedEventArgs e ) : void
SpeechManager ( String id, Stream audioStream, Stream grammar ) : System
ToJson ( String speechText ) : String

Method Details

Create() public static method

public static Create ( Stream audioStream, Stream grammar ) : SpeechManager
audioStream Stream
grammar Stream
return SpeechManager

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void