
Ultimate access to all questions.
You are developing an image processing application that needs to analyze a large dataset of images containing various objects. The application should be able to detect objects in the images and generate descriptive tags for each image. Which Azure AI Vision feature would you use, and how would you structure the image processing request to optimize the performance and accuracy of the object detection and tagging process?
A
Use the 'Detect Objects' feature and include only the 'Tags' property in the image processing request.
B
Use the 'Generate Image Tags' feature and include all available image analysis features in the request.
C
Use the 'Generate Image Tags' feature and include only the 'Description' property in the image processing request.
D
Use the 'Detect Objects' feature and include the 'Description' property in the image processing request.