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.DictationResultDelegate

public delegate void DictationResultDelegate(string text, Windows.Speech.ConfidenceLevel confidence);

Parameters

text The recognized text.
confidence The confidence level at which the text was recognized.

Description

Callback indicating a phrase has been recognized with the specified confidence level. You should register with DictationResult event.