public AudioCallHandler(SpeechEngine speech)
 {
     this._speech = speech;
 }
Exemple #2
0
        private const string messageToIM = "{0} [{1}]";  //{0} = translated text, {1} = original text

        public IMCallHandler(SpeechEngine speech)
        {
            this._speech             = speech;
            _speech.OnEndOfTextData += _speech_OnEndOfTextData;
        }