
Ultimate access to all questions.
You are developing an application for a fashion retailer that needs to analyze customer images to provide personalized fashion recommendations. The application should detect customer clothing styles, colors, and accessories. 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 stylish.
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 fashion.
C
Train a custom model using Azure Custom Vision to detect clothing styles, colors, and accessories.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.