Kinect.SpeechManager.IsPhraseRecognized C# (CSharp) Method

IsPhraseRecognized() public method

Determines whether the speech recognizer has recognized a phrase.
public IsPhraseRecognized ( ) : bool
return bool
        public bool IsPhraseRecognized()
        {
            return isPhraseRecognized;
        }