AI-900 Question 178
Select 2A company wants to use Azure AI Vision to analyze images from their e-commerce platform. They need to automatically extract text from product labels in the images and identify the type of product displayed. Which capabilities of Azure AI Vision should they use?
- A
Optical Character Recognition (OCR)
- B
Image Classification
- C
Face Detection
- D
Object Detection
- E
Sentiment Analysis
Show answer and explanation
Correct answers: A, B
Explanation
To meet the company's requirements, Azure AI Vision's Optical Character Recognition (OCR) capability can extract text from product labels, while the Image Classification capability can identify the type of product displayed in the images. These two capabilities together address the stated needs effectively.
- A. Correct.
Optical Character Recognition (OCR) is a feature of Azure AI Vision that extracts text from images, making it suitable for reading product labels.
- B. Correct.
Image Classification is a capability of Azure AI Vision that can identify and categorize objects or products in an image, making it ideal for recognizing the type of product displayed.
- C. Incorrect.
Face Detection is primarily used for identifying and analyzing human faces in images, which is not relevant to the scenario of analyzing product labels and product types.
- D. Incorrect.
Object Detection identifies specific objects in an image along with their spatial locations. While this is a related feature, it is more focused on locating objects rather than classifying or extracting text.
- E. Incorrect.
Sentiment Analysis is used to analyze the sentiment in text data, which is unrelated to image analysis tasks like those described in this scenario.