This version of Unity is unsupported.

DictationRecognizer.DictationHypothesisDelegate

public delegate void DictationHypothesisDelegate(string text);

Parameters

textThe text that the recognizer believes may have been recognized.

Description

Callback indicating a hypothesis change event. You should register with DictationHypothesis event.