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.

KeywordRecognizer Constructor

public KeywordRecognizer(string[] keywords);
public KeywordRecognizer(string[] keywords, Windows.Speech.ConfidenceLevel minimumConfidence);

Parameters

keywords The keywords that the recognizer will listen to.
minimumConfidence The minimum confidence level of speech recognition that the recognizer will accept.

Description

Create a KeywordRecognizer which listens to specified keywords with the specified minimum confidence. Phrases under the specified minimum level will be ignored.

If not minimum confidence level is specified then the confidence level is assumed to be Medium.