Version: 2017.3

DictationRecognizerConstructor

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

Parámetros

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.

Descripción

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.