
Ultimate access to all questions.
You are developing an application that requires keyword recognition to trigger specific actions based on spoken keywords. Describe how you would implement keyword recognition using Azure services and any necessary customization.
A
Use Azure Cognitive Services Speech-to-Text with default settings.
B
Define keywords and train a custom keyword model using Azure Custom Speech.
C
Implement a custom keyword recognition algorithm from scratch.
D
Use a third-party keyword recognition API for better performance.