AI-102 Question 135
Single answerYou are designing an AI solution for an e-commerce company to label images of products for their catalog. The goal is to identify and classify objects such as 'shoes', 'bags', and 'watches' in uploaded images. The solution should use pre-trained models to minimize development efforts. Which Azure service should you use to achieve this?
- A
Azure Custom Vision
- B
Azure Form Recognizer
- C
Azure Computer Vision
- D
Azure Bot Service
Show answer and explanation
Correct answer: C
Explanation
Azure Computer Vision is the appropriate choice because it provides pre-trained models for tasks like image labeling, object detection, and image analysis, which aligns with the goal of identifying and classifying products in the e-commerce catalog without requiring custom model development.
- A. Incorrect.
Azure Custom Vision is used for training and deploying custom image classification models or object detection models. Since the question specifies using pre-trained models, this option is not ideal.
- B. Incorrect.
Azure Form Recognizer is designed for extracting structured data from forms, invoices, and receipts. It is not suitable for labeling images.
- C. Correct.
Azure Computer Vision provides pre-built capabilities such as object detection and image classification, making it the correct choice for labeling images using pre-trained models.
- D. Incorrect.
Azure Bot Service is used to build conversational AI, such as chatbots. It is unrelated to image labeling.