Speech Cancel
Action to detect Speech cancel
public void OnSpeechCancelled (string reason, long ts)
Parameter
Description
reason
The reason for the speech session cancellation
ts
The timestamp
To detect Speech session end, you need to implement callback method exposed through the VoiceManager: (string reason, long timeStamps)
Last updated