Exemplo n.º 1
0
 public override void ReceiveDictationHypothesis(string message)
 {
     lastMessage = message;
     inputNote.SendHypothesis(message);
 }