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