DictationComplete
Event that is triggered when the recognizer session completes.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Event
- Namespace: UnityEngine.Windows.Speech
- Assembly: UnityEngine.CoreModule
public event DictationRecognizer.DictationCompletedDelegate DictationComplete
Remarks
The DictationCompletionCause value indicates why the session ended, such as successful completion, cancellation, or a timeout.
Additional Resources: DictationCompletionCause.