
Ultimate access to all questions.
You are tasked with developing an application for a food delivery service that needs to identify various food items in images taken by customers. The application should be able to detect common and exotic dishes accurately. Describe how you would use Azure AI Vision to select visual features that meet these image processing requirements, and explain the steps you would take to ensure accurate food detection.
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 food.
C
Train a custom model using Azure Custom Vision to detect food items, including common and exotic dishes.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.