AI-900 Question 142
Select 2You are working for a retail company that wants to automate the process of identifying damaged products from images taken in their warehouses. Which Azure service(s) could you use to build this computer vision solution?
- A
Azure Computer Vision
- B
Azure Form Recognizer
- C
Azure Custom Vision
- D
Azure Face API
- E
Azure Bot Service
Show answer and explanation
Correct answers: A, C
Explanation
To automate the identification of damaged products from images, Azure Computer Vision can provide general image analysis, while Azure Custom Vision allows for training specialized models tailored to specific scenarios, such as detecting damaged products. Other services like Form Recognizer, Face API, and Bot Service are not relevant to this computer vision workload.
- A. Correct.
Azure Computer Vision is a general-purpose service that can analyze images, extract insights, and identify objects, making it suitable for detecting damaged products.
- B. Incorrect.
Azure Form Recognizer is designed for extracting information from forms and documents, which is not applicable for identifying damaged products in images.
- C. Correct.
Azure Custom Vision allows you to train a custom model with labeled data to detect specific objects or patterns, such as identifying damaged products in warehouse images.
- D. Incorrect.
Azure Face API is specifically designed for facial recognition and analysis, which is not relevant for detecting damaged products.
- E. Incorrect.
Azure Bot Service is used for creating conversational AI experiences and chatbots, which is unrelated to computer vision tasks like identifying damaged products.