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 Constructor

public DictationRecognizer();
public DictationRecognizer(Windows.Speech.ConfidenceLevel confidenceLevel);
public DictationRecognizer(Windows.Speech.DictationTopicConstraint topic);
public DictationRecognizer(Windows.Speech.ConfidenceLevel minimumConfidence, Windows.Speech.DictationTopicConstraint topic);

Parameters

minimumConfidence The confidence level at which the recognizer will begin accepting phrases.
topic The dictation topic that this dictation recognizer should optimize its recognition for.

Description

Create a DictationRecognizer with the specified minimum confidence and dictation topic constraint. Phrases under the specified minimum level will be ignored.

Default confidence level is Medium. Default dictation topic constraint is Dictation.