You have an app that records meetings by using speech-to-text capabilities from the Speech Services API. You discover that when action items are listed at the end of each meeting, the app transcribes the text inaccurately when industry terms are used. You need to improve the accuracy of the meeting records. What should you do? A. Add a phrase list B. Create a custom wake word C. Parse the text by using the Language Understanding (LUIS) API D. Train a custom model by using Custom Translator  Suggested Answer: A Phrase Lists are used to identify known phrases in audio data, like a person's name or a specific location. By providing a list of phrases, you improve the accuracy of speech recognition. Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-speech-to-text?tabs=script%2Cbrowser% 2Cwindowsinstall&pivots=programming-language-csharp This question is in AI-100 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer