
Ultimate access to all questions.
You are tasked with implementing a custom speech solution for a specialized medical application that requires recognition of medical terms and phrases. What steps would you take to create a custom speech model that accurately recognizes these specialized terms? Consider the use of Azure services and any necessary data preparation.
A
Use Azure Cognitive Services Speech-to-Text with default settings.
B
Collect and annotate a dataset of medical terms and phrases, then train a custom speech model using Azure Custom Speech.
C
Manually transcribe medical terms and phrases into a dictionary for the speech-to-text system.
D
Use a third-party speech-to-text API with built-in medical vocabulary.