
Answer-first summary for fast verification
Answer: Train a custom model using Azure Custom Vision to detect customer emotions, age, and gender.
Training a custom model using Azure Custom Vision is the most effective approach for detecting customer emotions, age, and gender in a retail environment. This allows for tailored training data and higher accuracy in identifying these features, ensuring the responses are relevant and respectful.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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.