
Ultimate access to all questions.
You are developing an application for a travel agency that needs to analyze images of tourist attractions to provide detailed descriptions and recommendations. The application should detect architectural features, natural landscapes, and cultural artifacts. Describe how you would include image analysis features in an image processing request using Azure AI Vision, and what considerations you would make to ensure the responses are informative and engaging.
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.