ISpeechRecognizer.PauseOnContinuousRecognitionResultAvailable Property

Gets or sets a Boolean value that indicates whether or not the speech recognizer will pause recognition after is has recognized a phrase.

Syntax

public:
property bool PauseOnContinuousRecognitionResultAvailable {
         bool get ();
         void set (bool value);
}  

Property value

Type: bool 

 True if the recognizer will pause after it recognizes a phrase. Otherwise, false.

Remarks

This property has a default value of true.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

Windows.Xbox.Speech.Recognition Namespace