KeywordRecognizerConstructor

매뉴얼로 전환
public KeywordRecognizer (string[] keywords);
public KeywordRecognizer (string[] keywords, Windows.Speech.ConfidenceLevel minimumConfidence);

파라미터

keywordsThe keywords that the recognizer will listen to.
minimumConfidenceThe minimum confidence level of speech recognition that the recognizer will accept.

설명

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

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