예제 #1
0
 /// <summary>
 /// Calling LanguageService's readoutloud method for audio.
 /// </summary>
 private async void SpeakAsync()
 {
     SpeechService service = new SpeechService();
     await service.readOutLoud(Result);
 }