AI-102 Question 113
Select 3You are developing an Azure AI application to analyze images uploaded by users. The application must extract descriptions, detect objects, and identify faces in the images using Azure Cognitive Services. Which combination of features should you include in the image processing request to achieve this functionality?
- A
Description
- B
Tags
- C
Objects
- D
Faces
- E
Adult Content Detection
Show answer and explanation
Correct answers: A, C, D
Explanation
To meet the requirements of extracting descriptions, detecting objects, and identifying faces in an image, the appropriate features to include in the image processing request are 'Description', 'Objects', and 'Faces'. These features collectively provide the necessary functionality for analyzing the images as required in the scenario.
- A. Correct.
The 'Description' feature generates a human-readable description of the image, which satisfies the requirement to extract descriptions.
- B. Incorrect.
The 'Tags' feature provides a list of keywords related to the content of the image but does not directly address the requirements for object detection or face identification.
- C. Correct.
The 'Objects' feature detects objects in the image, satisfying the requirement for object detection.
- D. Correct.
The 'Faces' feature identifies faces within the image, fulfilling the requirement to identify faces.
- E. Incorrect.
The 'Adult Content Detection' feature is used to analyze images for inappropriate content but is not relevant to the requirements specified in the scenario.