AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 Exam - Question 140


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 Cognitive Services resource.

Which Speech API endpoint provides users with the available voice options?

Show Answer
Correct Answer: C

The correct Speech API endpoint to provide users with the available voice options is https://uksouth.tts.speech.microsoft.com/cognitiveservices/voices/list. This endpoint is specifically used to get a full list of voices for a particular region, fulfilling the requirement of offering multiple voice options.

Discussion

12 comments
Sign in to comment
marti_tremblay000Option: C
Mar 14, 2023

The correct answer is C The question is about providing users with all the available voice options. Get a list of voices 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. Reference : https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech?tabs=streaming

MaliSanFuu
May 16, 2023

Agreeing, as the only important question is: Which Speech API endpoint provides users with the available voice options? Therefor answer C should be correct for this one

zellckOption: C
Jun 29, 2023

C is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech?tabs=streaming#get-a-list-of-voices ou can use the tts.speech.microsoft.com/cognitiveservices/voices/list endpoint to get a full list of voices for a specific region or endpoint. Prefix the voices list endpoint with a region to get a list of voices for that region. For example, to get a list of voices for the westus region, use the https://westus.tts.speech.microsoft.com/cognitiveservices/voices/list endpoint.

zellck
Jul 8, 2023

Gotten this in Jul 2023 exam.

Gvalli
Dec 21, 2023

A modified version of this was in the exam today.

PffffffOption: B
Apr 24, 2023

ChatGPT: The Speech API endpoint that provides users with the available voice options is B.

james2033Option: C
Aug 18, 2023

The answer is very clear at here https://learn.microsoft.com/en-us/azure/ai-services/speech-service/rest-text-to-speech?tabs=streaming#get-a-list-of-voices You can use the tts.speech.microsoft.com/cognitiveservices/voices/list endpoint For example, to get a list of voices for the westus region, use the https://westus.tts.speech.microsoft.com/cognitiveservices/voices/list endpoint. https://learn.microsoft.com/en-us/azure/ai-services/speech-service/regions Europe - UK South - uksouth

rdemontisOption: C
Nov 5, 2023

C is the correct answer https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech?tabs=streaming

evangelistOption: C
Feb 3, 2024

only C meets demand of minimum cost and support 400 characters with voice options

reiwanotoraOption: C
May 24, 2024

C is right answer.

omankomanOption: C
May 29, 2024

Why C?

reigenchimpoOption: C
Jun 12, 2024

C is answer.

HaraTadahisaOption: C
Jun 22, 2024

I say this answer is C.

krzkrzkraOption: C
Jul 14, 2024

Selected Answer: C