C# Class TinBot.Ear

显示文件 Open project: marcodiniz/TinBot

Public Methods

Method Description
Ear ( ) : System
Pause ( ) : System.Threading.Tasks.Task
Resume ( ) : System.Threading.Tasks.Task
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Method Description
ContinuousRecognitionSessionOnResultGenerated ( SpeechContinuousRecognitionSession sender, SpeechContinuousRecognitionResultGeneratedEventArgs args ) : void
UpdateConstraints ( ) : System.Threading.Tasks.Task

Method Details

Ear() public method

public Ear ( ) : System
return System

Pause() public method

public Pause ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Resume() public method

public Resume ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void