DictationRecognizer.DictationResultDelegate
Callback indicating a phrase has been recognized with the specified confidence level. You should register with DictationResult event.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Delegate
- Namespace: UnityEngine.Windows.Speech
- Assembly: UnityEngine.CoreModule
public delegate void DictationRecognizer.DictationResultDelegate(string text, ConfidenceLevel confidence)