HOTSPOT - You plan to build an app that will provide users with the ability to dictate messages and convert the messages into text. You need to recommend a solution to meet the following requirements for the app: ✑ Must be able to transcribe streaming dictated messages that are longer than 15 seconds. ✑ Must be able to upload existing recordings to Azure Blob storage to be transcribed later. Which solution should you recommend for each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Suggested Answer: Box 1: The Speech SDK - The Speech SDK is not limited to 15 seconds. Box 2: Batch Transcription API - Batch transcription is a set of REST API operations that enables you to transcribe a large amount of audio in storage. You can point to audio files with a shared access signature (SAS) URI and asynchronously receive transcription results. With the new v3.0 API, you have the choice of transcribing one or more audio files, or process a whole storage container. Asynchronous speech-to-text transcription is just one of the features. Reference: https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/13 https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/batch-transcription 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