AI-102 Question 104
Select 2You are designing an Azure AI solution for a retail company that needs to analyze customer images uploaded via a mobile app. The solution must identify objects in the images, such as clothing items and accessories, and extract text from labels or tags visible in the photos. Which visual features should you select to meet these requirements?
- A
Objects
- B
Tags
- C
OCR (Optical Character Recognition)
- D
Faces
- E
Color
Show answer and explanation
Correct answers: A, C
Explanation
To meet the requirements of identifying objects (clothing items and accessories) and extracting text (labels or tags) from customer images, you should select the 'Objects' feature for object detection and the 'OCR' feature for text extraction. Other features like 'Tags,' 'Faces,' and 'Color' do not directly address these specific requirements.
- A. Correct.
The 'Objects' feature is used to detect and identify objects in images, such as clothing items or accessories. This is relevant to the requirement to identify objects in the uploaded images.
- B. Incorrect.
The 'Tags' feature provides general descriptive labels for an image but does not focus on specific object detection or text extraction. This feature does not directly meet the requirements.
- C. Correct.
OCR (Optical Character Recognition) is used to extract text from images, such as text on labels or tags. This directly fulfills the requirement to extract text from the uploaded photos.
- D. Incorrect.
The 'Faces' feature detects faces in an image and provides information such as face locations or emotions, which is not required in the given scenario.
- E. Incorrect.
The 'Color' feature provides information about the dominant and accent colors in the image, which is unrelated to identifying objects or extracting text.