Exemplo n.º 1
0
 public bool CognitivIsActive()
 {
     return(EdkDll.ES_CognitivIsActive(this.hEmoState));
 }
Exemplo 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));
 }