ExamQuestions.com

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

Microsoft

Microsoft Azure Exam Certification (AI-102)

144 / 166

Question 144:

To recognize specific phrases and intent in a recorded speech, you use Speech and Language Understanding services in Azure. For this configuration you create a SpeechConfig and IntentRecognizer object in your LUIS application. Review the code snippet below below and choose the which SubscriptionKey and ServiceRegion would you use to create SpeechConfig object 
<pre class="brush:java;">var config = SpeechConfig.FromSubscription("SubscriptionKey", "ServiceRegion");
</pre> 

Answer options:

A.Speech service key
B.LUIS primary key
C.LUIS location
D.Speech service location