AI-900 Question 179
Select 3A retail company wants to automate the process of analyzing product shelf images captured in their stores. They need a solution that can identify objects in these images, extract text from price tags, and recognize brand logos. Which capabilities of the Azure AI Vision service can fulfill this requirement?
- A
Object detection to identify products on the shelves
- B
Optical character recognition (OCR) to extract text from price tags
- C
Sentiment analysis to determine customer emotions from the images
- D
Brand detection to recognize logos in the images
- E
Speech transcription to convert recorded customer conversations into text
Show answer and explanation
Correct answers: A, B, D
Explanation
The Azure AI Vision service is designed to analyze visual content in images and videos. In this scenario, object detection can identify products, OCR can extract text from price tags, and brand detection can recognize logos, fulfilling the company's requirements. However, sentiment analysis and speech transcription are unrelated to Azure AI Vision and are covered by other Azure services.
- A. Correct.
Azure AI Vision provides object detection capabilities that can identify and label objects, such as products in a shelf image.
- B. Correct.
Azure AI Vision offers OCR functionality, which can extract text from images, such as price tags in this scenario.
- C. Incorrect.
Sentiment analysis is not a feature of Azure AI Vision; it is part of Azure AI services like Text Analytics.
- D. Correct.
Azure AI Vision includes brand detection capabilities, allowing it to recognize and identify logos in images.
- E. Incorrect.
Speech transcription is not a feature of Azure AI Vision; it is handled by Azure Speech services.