AI-900 Question 173
Select 2A retail company wants to automate the process of identifying and categorizing products in images uploaded by users. Which Azure tools or services can they use to achieve this computer vision task?
- A
Azure Computer Vision
- B
Azure Form Recognizer
- C
Azure Custom Vision
- D
Azure Cognitive Search
- E
Azure Face API
Show answer and explanation
Correct answers: A, C
Explanation
To automate the identification and categorization of products in images, the company can use Azure Computer Vision for general image analysis and Azure Custom Vision to create custom models for classifying specific products. These tools are designed for computer vision tasks and provide the required functionality for analyzing and categorizing images effectively.
- A. Correct.
Azure Computer Vision is a suitable service for general image analysis, such as identifying objects and categorizing content in images. It is specifically designed for computer vision tasks.
- B. Incorrect.
Azure Form Recognizer is designed for extracting structured data from documents such as receipts or invoices. It is not suitable for general image categorization tasks.
- C. Correct.
Azure Custom Vision allows you to build and train custom models for specific image classification tasks, making it ideal for categorizing products based on user-provided images.
- D. Incorrect.
Azure Cognitive Search is primarily used for indexing and searching data, including text. While it can integrate with AI services, it is not a direct tool for computer vision tasks.
- E. Incorrect.
Azure Face API is specialized for facial recognition and analysis, not for general object identification or product categorization in images.