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)
Action will be called only when itβs subscribed to a method. Action must be subscribed to the method with a matching signature.
Last updated