C# Class Cirrious.MvvmCross.Plugins.Speech.WindowsPhone.SpeechListener

Inheritance: ISpeechListener
Show file Open project: slodge/BallControl

Public Methods

Method Description
Start ( IList words ) : void
Stop ( ) : void

Private Methods

Method Description
ProcessResult ( SpeechRecognitionResult result ) : void
StartRecognizeAsync ( ) : Task
ToPercent ( SpeechRecognitionConfidence textConfidence ) : double

Method Details

Start() public method

public Start ( IList words ) : void
words IList
return void

Stop() public method

public Stop ( ) : void
return void