Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Kinect
SpeechErrorHandler
C# Class Kinect.SpeechErrorHandler
Speech error handler converts SAPI error codes to human readable messages.
Mostrar archivo
Open project: BrainProject/UnityTemp
Public Methods
Method
Description
GetSapiErrorMessage
(
int
hr
) :
string
Gets the error message for the SAPI error code.
Method Details
GetSapiErrorMessage()
public
method
Gets the error message for the SAPI error code.
public
GetSapiErrorMessage
(
int
hr
) :
string
hr
int
SAPI error code
return
string