Kinect.SpeechManager.ClearPhraseRecognized C# (CSharp) Method

ClearPhraseRecognized() public method

Clears the recognized phrase.
public ClearPhraseRecognized ( ) : void
return void
        public void ClearPhraseRecognized()
        {
            isPhraseRecognized = false;
            phraseTagRecognized = String.Empty;
            phraseConfidence = 0f;
        }