
Ultimate access to all questions.
You are tasked with developing an application that requires identifying various objects in images taken from a manufacturing plant. The application needs to detect specific machinery, tools, and safety equipment. 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 object 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 manufacturing.
C
Train a custom model using Azure Custom Vision to detect machinery, tools, and safety equipment.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.