public AudioCallHandler(SpeechEngine speech) { this._speech = speech; }
private const string messageToIM = "{0} [{1}]"; //{0} = translated text, {1} = original text public IMCallHandler(SpeechEngine speech) { this._speech = speech; _speech.OnEndOfTextData += _speech_OnEndOfTextData; }