
Ultimate access to all questions.
You are developing an application for a retail store that needs to analyze customer images to provide personalized shopping experiences. The application should detect customer emotions, age, and gender. 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 relevant and respectful.
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 retail.
C
Train a custom model using Azure Custom Vision to detect customer emotions, age, and gender.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.