Beispiel #1
0
 public RequestController()
 {
     _speechToTextService   = new SpeechToTextService();
     _textProcessingService = new TextProcessingService();
     _textToSpeechService   = new TextToSpeechService();
 }
 public TextAnalysationConroller(TextProcessingService service)
 {
     _service = service;
 }