Microsoft
AI-102 · Question #209
You are building a social media extension that will convert text to speech. The solution must meet the following requirements: - Support messages of up to 400 characters. - Provide users with…
The correct answer is B. https://uksouth.tts.speech.microsoft.com/cognitiveservices/voices/list. You can use the tts.speech.microsoft.com/cognitiveservices/voices/list endpoint to get a full list of voices for a specific region or endpoint. https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech?tab
Submitted by eva_at· Mar 30, 2026Implement Natural Language Processing Solutions
Question
You are building a social media extension that will convert text to speech. The solution must meet the following requirements: - Support messages of up to 400 characters. - Provide users with multiple voice options. - Minimize costs. You create an Azure AI Services resource. Which Azure AI Speech API endpoint provides users with the available voice options?
Options
- Ahttps://uksouth.customvoice.apispeech.microsoft.com/api/texttospeech/v3.0/longaudiosynthesis/voices
- Bhttps://uksouth.tts.speech.microsoft.com/cognitiveservices/voices/list
- Chttps://uksouth.voice.speech.microsoft.com/cognitiveservices/v1?deploymentld={deploymentld>
- Dhttps://uksouth.api.cognitive.microsoft.com/speechtotext/v3.0/models/base
How the community answered
(31 responses)- A3% (1)
- B84% (26)
- C3% (1)
- D10% (3)
Explanation
You can use the tts.speech.microsoft.com/cognitiveservices/voices/list endpoint to get a full list of voices for a specific region or endpoint. https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech?tab
Topics
#Azure AI Speech#Text-to-Speech API#API endpoints
Community Discussion
No community discussion yet for this question.