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

Inheritance: ISpeechListener
Afficher le fichier Open project: slodge/BallControl

Méthodes publiques

Méthode Description
Start ( IList words ) : void
Stop ( ) : void

Private Methods

Méthode Description
ProcessResult ( SpeechRecognitionResult result ) : void
StartRecognizeAsync ( ) : Task
ToPercent ( SpeechRecognitionConfidence textConfidence ) : double

Method Details

Start() public méthode

public Start ( IList words ) : void
words IList
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void