Example #1
0
 protected void OnSpeechNotDetected()
 {
     if (SpeechNotDetected == null)
     {
         return;
     }
     SpeechNotDetected.Invoke();
 }
Example #2
0
 protected void OnSpeechNotDetected()
 {
     SpeechNotDetected?.Invoke();
 }