
Ultimate access to all questions.
You are tasked with developing an application for a wildlife conservation organization that needs to identify various animal species in images taken in the field. The application should be able to detect rare and endangered species 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 species 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 wildlife.
C
Train a custom model using Azure Custom Vision to detect animal species, especially rare and endangered ones.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.