Exam AI-102 All QuestionsBrowse all questions from this 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?

    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
marti_tremblay000Option: C

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

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

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

Gotten this in Jul 2023 exam.

Gvalli

A modified version of this was in the exam today.

krzkrzkraOption: C

Selected Answer: C

HaraTadahisaOption: C

I say this answer is C.

reigenchimpoOption: C

C is answer.

omankomanOption: C

Why C?

reiwanotoraOption: C

C is right answer.

evangelistOption: C

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

rdemontisOption: C

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

james2033Option: C

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

PffffffOption: B

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