Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public delegate void DictationRecognizer.DictationResultDelegate(string text, ConfidenceLevel confidence)