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

    Correct Answer:

Discussion
Harry300

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

audlindr

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

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

takaimomoGcup

It must be SpeechRecognizer and SpeechSynthesizer.

anto69

SpeechRecognizer / SpeechSynthesizer

NagaoShingo

1. SpeechRecognizer 2. SpeechSynthesizer

varinder82

Final Answer; 1. SpeechRecognizer 2. SpeechSynthesizer

krzkrzkra

1. SpeechRecognizer 2. SpeechSynthesizer