// Use this for initialization
 void Start()
 {
     print("Wit.ai Controller started");
     processor = new NLP_Processing(wit_code);
 }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     processor = new NLP_Processing(wit_code);
     txt       = Gtxt.GetComponent <Text> ();
     txt.text  = "Press R to START Record";
 }