In Azure Cognitive Services, there is a document to choose a voice for test-to-speech with REST API in Microsoft website. Is it possible to choose a voice with one line command to write In the same SpeechSDK sample code?, like this:
Voice name = en-US-GuyNeural
Thank you.