nerdexam
Microsoft

AI-102 · Question #298

You are building an app that will share user images. You need to configure the app to perform the following actions when a user uploads an image: - Categorize the image as either a photograph or a…

The correct answer is C. image descriptions in Azure AI Computer Vision D. image type detection in Azure AI Computer Vision. https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-detecting-image-type Image Categorization doesn't identify image as photograph or drawing. https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-categorizing-images Captions are…

Submitted by kwame.gh· Mar 30, 2026Implement Computer Vision solutions

Question

You are building an app that will share user images. You need to configure the app to perform the following actions when a user uploads an image: - Categorize the image as either a photograph or a drawing. - Generate a caption for the image. The solution must minimize development effort. Which two services should you include in the solution? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • Aobject detection in Azure AI Computer Vision
  • Bcontent tags in Azure AI Computer Vision
  • Cimage descriptions in Azure AI Computer Vision
  • Dimage type detection in Azure AI Computer Vision
  • Eimage classification in Azure AI Custom Vision

How the community answered

(34 responses)
  • A
    9% (3)
  • B
    18% (6)
  • C
    68% (23)
  • E
    6% (2)

Explanation

https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-detecting-image-type Image Categorization doesn't identify image as photograph or drawing. https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-categorizing-images Captions are generated using image descriptions in V3.2. However in V4.0 it is image captions. https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-describing-images

Topics

#Azure AI Computer Vision#Image type detection#Image descriptions#Image captioning

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice