exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 3 question 59 discussion

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

HOTSPOT
-

You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3 encoding.

You need to develop a method to convert speech to text for streaming MP3 data.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

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
evangelist
Highly Voted 11 months, 1 week ago
first one has to configure the format as MP3, so "AudioStreamFormat" option is chosen. Second, since it is speech to text, the SpeechRecognition option is needed. The answer is CORRECT
upvoted 14 times
...
krzkrzkra
Most Recent 5 months, 4 weeks ago
1. AudioStreamFormat 2. SpeechRecognizer
upvoted 3 times
...
JacobZ
6 months, 3 weeks ago
Same as question 18 in topic 1
upvoted 1 times
...
NagaoShingo
7 months, 1 week ago
1. AudioStreamFormat 2. SpeechRecognizer
upvoted 2 times
...
omankoman
7 months, 2 weeks ago
AudioStreamFormat SpeechRecognizer
upvoted 1 times
...
takaimomoGcup
7 months, 3 weeks ago
audio_format = speechsdk.audio.AudioStreamFormat(compressed_stream_format=speechsdk.AudioStreamContainerFormat.MP3) recognizer = speechsdk.SpeechRecognizer(speech_config, audio_config)
upvoted 2 times
...
hkbnjos
1 year ago
this question is same as Topic 1 Q18 but with different answer, which is correct?
upvoted 1 times
Mehe323
10 months ago
The answers are the same. Both chosen are AudioStreamFormat and SpeechRecognizer, but in question 18 there is an additional method for AudioStreamFormat (GetCompressedFormat).
upvoted 3 times
...
...
rdemontis
1 year, 2 months ago
correct
upvoted 2 times
...
SCyrus
1 year, 3 months ago
Answer correct https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/python/console/speech_sample.py
upvoted 4 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:
SY0-701
London, 1 minute ago