Example #1
0
 public SetTTSLanguageCommand(ITextToSpeechProcessor textToSpeechProcessor, IConfigurationManager configurationManager, IEventBus eventBus)
 {
     this.textToSpeechProcessor = textToSpeechProcessor;
     this.configurationManager  = configurationManager;
     this.eventBus = eventBus;
 }
Example #2
0
 public GetLanguagesCommand(ITextToSpeechProcessor textToSpeechProcessor, IEventBus eventBus)
 {
     this.textToSpeechProcessor = textToSpeechProcessor;
     this.eventBus = eventBus;
 }