Exemple #1
0
 public void EnableKeywordListener()
 {
     if (grammarActive)
     {
         Debug.Log("Enabling KeywordListener");
         gt.StopGrammarRecognizer();
         sis.StartKeywordRecognizer();
         DisplayText.text = "KeywordListener Active";
         grammarActive    = false;
     }
 }