AI-102 Question 109
Single answerYou are building an Azure AI solution for a retail company to automatically analyze product images uploaded to a database. The solution must detect objects in the images (e.g., shoes, bags) and generate descriptive tags (e.g., 'red shoes', 'leather bag'). Which Azure service should you use to achieve this functionality?
- A
Azure Computer Vision
- B
Azure Face API
- C
Azure Form Recognizer
- D
Azure Speech Service
Show answer and explanation
Correct answer: A
Explanation
The Azure Computer Vision service is best suited for detecting objects in images and generating descriptive tags. It provides pre-built capabilities for such tasks and is designed to analyze visual content effectively. Other options like Azure Face API, Azure Form Recognizer, and Azure Speech Service are not relevant for this scenario as they address entirely different use cases.
- A. Correct.
Azure Computer Vision provides capabilities to analyze images, including object detection and generating descriptive tags. This is the correct service for the given use case.
- B. Incorrect.
Azure Face API is specifically designed for facial recognition and analysis, not general object detection or image tagging.
- C. Incorrect.
Azure Form Recognizer is used for extracting information from forms and documents, not for analyzing images for objects and tags.
- D. Incorrect.
Azure Speech Service is designed for speech-to-text, text-to-speech, and other audio-related tasks. It does not handle image analysis.