Speech Error
Action to detect Speech error
public void OnSpeechError (string err)
Parameter
Description
err
The error that occured
To detect Speech error, you need to implement three callback methods exposed through the VoiceManager:
OnSpeechEvent (string err)
Last updated