Esempio n. 1
0
 public bool CognitivIsActive()
 {
     return(EdkDll.ES_CognitivIsActive(this.hEmoState));
 }
Esempio n. 2
0
 /// <summary>
 /// Query whether the signal is too noisy for Cognitiv detection to be active
 /// </summary>
 /// <returns>detection state (false: Not Active, true: Active)</returns>
 public Boolean CognitivIsActive()
 {
     return(EdkDll.ES_CognitivIsActive(hEmoState));
 }