
Ultimate access to all questions.
You are developing an application for a real estate company that needs to analyze images of properties to provide detailed descriptions and recommendations. The application should detect architectural features, interior design elements, and potential improvements. 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 actionable.
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.