Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Cirrious
MvvmCross
Plugins
Speech
WindowsPhone
SpeechListener
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