
Answer-first summary for fast verification
Answer: Use the 'Generate Image Tags' feature for object detection and tagging, and the 'Extract Text from Images' feature for text extraction, and include only the necessary image analysis features in the request.
Option C is the correct answer. The 'Generate Image Tags' feature is suitable for detecting objects in images and generating descriptive tags. The 'Extract Text from Images' feature can handle both printed and handwritten text extraction. By including only the necessary image analysis features in the request, you can optimize the performance and accuracy of the object detection, tagging, and text extraction process. Option A is incorrect because including all available features may not be necessary and could increase processing time. Option B is incorrect because the 'Convert Handwritten Text' feature is not suitable for extracting printed text. Option D is incorrect because the 'Detect Objects' feature is not required for text extraction.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on an application that needs to analyze a large dataset of images containing various objects, such as animals, vehicles, and buildings. The application should be able to detect objects in the images and generate descriptive tags for each image. Additionally, you need to extract text from the images, including both printed and handwritten text. Which Azure AI Vision features would you use, and how would you structure the image processing request to optimize the performance and accuracy of the object detection, tagging, and text extraction process?
A
Use the 'Detect Objects' feature for object detection, the 'Generate Image Tags' feature for tagging, and the 'Extract Text from Images' feature for text extraction, and include all available image analysis features in the request.
B
Use the 'Generate Image Tags' feature for object detection and tagging, and the 'Convert Handwritten Text' feature for text extraction, and include only the necessary image analysis features in the request.
C
Use the 'Generate Image Tags' feature for object detection and tagging, and the 'Extract Text from Images' feature for text extraction, and include only the necessary image analysis features in the request.
D
Use the 'Detect Objects' feature for object detection, and the 'Convert Handwritten Text' feature for text extraction, and include all available image analysis features in the request.
No comments yet.