
Ultimate access to all questions.
You are developing an application for a sports analytics company that needs to analyze images of athletes during games to provide performance insights. The application should detect athlete movements, equipment, and environmental conditions. Describe how you would use Azure AI Vision to include these image analysis features in an image processing request and what considerations you would make to ensure the responses are accurate and insightful.
A
Use the Azure AI Vision API to detect general objects and filter results based on keywords.
B
Configure the Azure AI Vision API to focus on specific object categories relevant to sports.
C
Train a custom model using Azure Custom Vision to detect athlete movements, equipment, and environmental conditions.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.