public void GetVoices(GetVoicesRequest getVoicesRequest)
 {
     _textToSpeechManager.GetVoices(getVoicesRequest);
 }
Example #2
0
 public long GetVoices(GetVoicesRequest getVoicesRequest)
 {
     return(_textToSpeechManager.GetVoices(getVoicesRequest));
 }