exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 23 discussion

Actual exam question from Microsoft's AI-102
Question #: 23
Topic #: 1
[All AI-102 Questions]

DRAG DROP -
You need to develop an automated call handling system that can respond to callers in their own language. The system will support only French and English.
Which Azure Cognitive Services service should you use to meet each requirement? To answer, drag the appropriate services to the correct requirements. Each service may be used once, more than once, or not at all. You may need to drag the split bat between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Khiem
Highly Voted 2 years, 11 months ago
It should be: - Speech to Text with AutoDetectSourceLanguageConfig. It can't be Text Analytics because the input is callers' voice. - Text to Speech: the output is voice.
upvoted 92 times
hannah380099
3 months, 1 week ago
the Azure Speech to Text service does support language detection, which can be used to identify the language being spoken in an audio source. This feature is part of the Speech service and can be used in conjunction with the Translator service for tasks like speech translation1. So, you can indeed use Speech to Text for detecting the language and then use Translator for translating the detected language if needed.
upvoted 3 times
...
Alan_CA
4 months, 3 weeks ago
I agree https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-identification
upvoted 1 times
...
Toby86
9 months, 1 week ago
private static async Task Respond(SpeechRecognitionResult result, SpeechConfig speechConfig, Random random) { if (result.Reason.Equals(ResultReason.RecognizedSpeech)) { var client = new TextAnalyticsClient(languageDetectorEndpoint, credentials); DetectedLanguage detectedLanguage = client.DetectLanguage(result.Text);
upvoted 1 times
...
PeteColag
10 months, 4 weeks ago
I agree with your answer. What is missing in this question is an explanation of how the response text (to feed the text to speech) is being generated. I am assuming this would be based on LUIS or CLU?
upvoted 1 times
...
...
Eltooth
Highly Voted 2 years, 9 months ago
Speech-to-Text : https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-to-text Text-to-Speech : https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/text-to-speech Both support common languages, including French. https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=speechtotext
upvoted 13 times
...
syupwsh
Most Recent 2 months ago
Detect the incoming language - Speech to Text because it includes the capability to detect the language of the spoken content using the AutoDetectSourceLanguageConfig configuration. This is suitable for identifying whether the incoming language is French or English, which is essential for routing the call to the appropriate language handling system. Respond in the caller's own language - Text to Speech because it converts text into spoken language, which allows the system to respond to callers in their own language, either French or English
upvoted 2 times
...
vivekgoel15
5 months, 2 weeks ago
1. Speech to Text 2. Text to Speech
upvoted 2 times
...
SAMBIT
10 months ago
https://learn.microsoft.com/en-us/azure/synapse-analytics/machine-learning/tutorial-text-analytics-use-mmlspark
upvoted 1 times
...
HaraTadahisa
10 months ago
1. Speech to Text 2. Text to Speech
upvoted 1 times
...
reiwanotora
10 months, 1 week ago
1. Speech to Text 2. Text to Speech
upvoted 1 times
...
anto69
10 months, 2 weeks ago
ChatGPT: speech to text + text to speech
upvoted 1 times
...
Tempeck
10 months, 3 weeks ago
The answer should be Text Analytics and TTS.
upvoted 1 times
...
nanaw770
10 months, 4 weeks ago
1. Speech to Text 2. Test to Speech From Takedajuku perspective, if you study for 4 days and spend 2 days reviewing, you will have a better chance of passing the exam.
upvoted 1 times
...
varinder82
1 year ago
Final Answer: 1. Speech to Text 2. Text to Speech
upvoted 3 times
...
dacchione
1 year, 1 month ago
Language identification (LID) use cases include: Speech to text recognition when you need to identify the language in an audio source and then transcribe it to text. Speech translation when you need to identify the language in an audio source and then translate it to another language. https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-identification?tabs=once&pivots=programming-language-python
upvoted 4 times
...
Mehe323
1 year, 1 month ago
People, read the descriptions, these are describing only parts of the process, not the whole process. 1) DETECT incoming language has got not to do with speech to text, but with text analytics. Yes, speech to text is a part of the whole process but this services TRANSCRIBES and does not do language detection. 2) Respond to caller's language should be Text to speech
upvoted 3 times
Mehe323
1 year ago
IGNORE my comment! Speech to text also does language detection: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-identification?tabs=once&pivots=programming-language-csharp
upvoted 5 times
...
...
audlindr
1 year, 1 month ago
It can't be Text Analytics. It is an incoming call. It should be Speech to Text https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-identification?tabs=once&pivots=programming-language-csharp And then Text to Speech for the response
upvoted 1 times
...
suzanne_exam
1 year, 2 months ago
Speech to text - as it's based on a voice call Text to speech - it's not translator here, as the key thing is that the program needs to respond, not just translate
upvoted 1 times
...
james2033
1 year, 8 months ago
At this time, this question is out of date. See https://learn.microsoft.com/en-us/azure/ai-services/language-service/language-detection/overview . In old time, Text Analytics is correct.
upvoted 4 times
...
zellck
1 year, 9 months ago
1. Speech to Text 2. Test to Speech https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-identification?tabs=once&pivots=programming-language-csharp#speech-to-text You use Speech to text recognition when you need to identify the language in an audio source and then transcribe it to text. https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/text-to-speech Text to speech enables your applications, tools, or devices to convert text into humanlike synthesized speech. The text to speech capability is also known as speech synthesis. Use humanlike prebuilt neural voices out of the box, or create a custom neural voice that's unique to your product or brand.
upvoted 7 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
N10-009
Cape Town, 1 minute ago