AI-900 Question 180
Select 3A retail company wants to automate its product catalog management by extracting text from product labels and identifying objects in images. Which capabilities of the Azure AI Vision service can help achieve this?
- A
Optical Character Recognition (OCR) to extract text from images
- B
Face detection to identify customer demographics
- C
Object detection to identify products in images
- D
Speech-to-text conversion for audio files
- E
Image tagging to label objects within images
Show answer and explanation
Correct answers: A, C, E
Explanation
Azure AI Vision offers several capabilities that can assist in automating product catalog management. OCR can extract text from product labels, while object detection and image tagging can identify and label products in images. However, features like face detection and speech-to-text conversion are not relevant to this scenario.
- A. Correct.
Optical Character Recognition (OCR) is a key feature of Azure AI Vision that extracts text from images, making it suitable for processing product labels.
- B. Incorrect.
Face detection is a feature of Azure AI Vision but it is used for detecting and analyzing human faces, not for cataloging product images.
- C. Correct.
Object detection is a capability of Azure AI Vision that can identify and locate multiple objects in an image, which is useful for identifying products.
- D. Incorrect.
Speech-to-text conversion is not a capability of the Azure AI Vision service; it is part of Azure Cognitive Services for speech.
- E. Correct.
Image tagging is a feature of Azure AI Vision that assigns labels to objects or scenes in an image, which can help with organizing and cataloging product images.