AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 Exam - Question 175


HOTSPOT

-

You are building an app that will answer customer calls about the status of an order. The app will query a database for the order details and provide the customers with a spoken response.

You need to identify which Azure AI service APIs to use. The solution must minimize development effort.

Which object should you use for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer:

Discussion

7 comments
Sign in to comment
Harry300
Mar 1, 2024

SpeechRecognizer / SpeechSynthesizer doesn't say anything about translation recognizer, which needs more code

audlindr
Mar 2, 2024

Agreed https://learn.microsoft.com/en-us/azure/ai-services/speech-service/get-started-speech-to-text?tabs=windows%2Cterminal&pivots=programming-language-csharp https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-speech-synthesis?tabs=browserjs%2Cterminal&pivots=programming-language-csharp

Murtuza
Mar 31, 2024

To convert customer calls into text queries, you should use the SpeechRecognizer object. This is part of the Speech service in Azure Cognitive Services and it converts spoken language into written text. To provide customers with the order details in a spoken response, you should use the SpeechSynthesizer object. This service converts text into lifelike speech, which can be used to deliver information to customers in a more interactive way. So, the answer is: Convert customer calls into text queries: SpeechRecognizer Provide customers with the order details: SpeechSynthesizer

anto69
Apr 2, 2024

SpeechRecognizer / SpeechSynthesizer

takaimomoGcup
May 22, 2024

It must be SpeechRecognizer and SpeechSynthesizer.

varinder82
Mar 27, 2024

Final Answer; 1. SpeechRecognizer 2. SpeechSynthesizer

NagaoShingo
Jun 6, 2024

1. SpeechRecognizer 2. SpeechSynthesizer

krzkrzkra
Jul 12, 2024

1. SpeechRecognizer 2. SpeechSynthesizer