Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

DictationRecognizer.DictationHypothesisDelegate

public delegate void DictationHypothesisDelegate(string text);

Parameters

text The text that the recognizer believes may have been recognized.

Description

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