Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Cirrious
MvvmCross
Plugins
Speech
WindowsPhone
SpeechListener
C# Class Cirrious.MvvmCross.Plugins.Speech.WindowsPhone.SpeechListener
Inheritance:
ISpeechListener
显示文件
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