
Ultimate access to all questions.
Consider a scenario where you are developing a mobile application for a museum that aims to provide visitors with information about artworks and artifacts. The application needs to analyze images of these items and provide detailed descriptions. How would you include image analysis features in an image processing request using Azure AI Vision, and what considerations would you make to ensure the responses are informative and accurate?
A
Use the Azure AI Vision API to detect objects and generate tags, then manually curate the descriptions.
B
Leverage Azure AI Vision to extract text from images and combine it with object detection for comprehensive descriptions.
C
Implement Azure AI Vision to detect objects and generate tags, then use a database to match tags with detailed descriptions.
D
Combine Azure AI Vision with Azure Cognitive Search to enhance the retrieval of detailed descriptions based on image analysis.