AI-102 Question 103
Select 3A retail company wants to automate the process of analyzing product images uploaded by their vendors. They need to identify objects in the images, extract text from product labels, and determine if the image contains explicit content to comply with guidelines. Which visual features should they use in Azure Computer Vision to meet these requirements?
- A
Objects
- B
Tags
- C
OCR (Optical Character Recognition)
- D
Adult
- E
Faces
- F
Color
Show answer and explanation
Correct answers: A, C, D
Explanation
To meet the requirements, the company needs to identify objects in the images (Objects), extract text from product labels (OCR), and check for explicit content (Adult). These specific features address all the stated needs, while other options like Tags, Faces, and Color are not relevant to the scenario.
- A. Correct.
Objects is the correct feature for detecting and identifying objects in an image. This meets the requirement to identify objects in the product images.
- B. Incorrect.
Tags provides a general description of the image but does not specifically identify objects or text. It is not required for this scenario.
- C. Correct.
OCR (Optical Character Recognition) is the correct feature for extracting text from product labels. This meets the requirement for textual data extraction.
- D. Correct.
Adult is the correct feature for detecting explicit content. This meets the requirement to ensure compliance with content guidelines.
- E. Incorrect.
Faces detects and analyzes human faces in an image, but this is not relevant to the scenario since there is no specific requirement related to faces.
- F. Incorrect.
Color analyzes the dominant colors in an image, which is unrelated to the requirements in this scenario.