
Answer-first summary for fast verification
Answer: Use the 'Generate Image Tags' feature and include all available image analysis features in the request.
Option B is the correct answer. The 'Generate Image Tags' feature is suitable for detecting objects in images and generating descriptive tags. By including all available image analysis features in the request, you can optimize the performance and accuracy of the object detection and tagging process. Option A is incorrect because the 'Tags' property alone may not provide enough information for accurate object detection. Option C is incorrect because the 'Description' property alone may not be sufficient for generating descriptive tags. Option D is incorrect because the 'Detect Objects' feature does not include the 'Description' property.
Author: LeetQuiz Editorial Team
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.
No comments yet.