ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

42 / 166

Question 42:

You plan to use the Azure Speech service to convert text to speech and output it to an audio file. Given that the prerequisites are met, Speech SDK is installed and required packages are included. Sequence the steps involved in creating the Speech configuration by putting them in the correct order. Step 1: Instantiate SpeechSynthesizer.
Step 2: Create an AudioConfig to write output to an audio file.
Step 3: Create a SpeechConfig using the subscription key and associated Azure region.
Step 4: Execute Speech synthesis using the text.
 

Answer options:

A.Step 3 -> Step 2 -> Step 1 -> Step 4
B.Step 2 -> Step 1 -> Step 3 -> Step 4
C.Step 4 -> Step 1 -> Step 2 -> Step 3
D.Step 1 -> Step 2 -> Step 3 -> Step 4