nerdexam
Microsoft

AI-102 · Question #216

You have an app that analyzes images by using the Azure AI Computer Vision API. You need to configure the app to provide an output for users who are vision impaired. The solution must provide the…

The correct answer is D. describeImageInStreamAsync. The API call you should perform to provide an output in complete sentences for users who are vision impaired is describeImageInStreamAsync. The describe feature of the Computer Vision API generates a human-readable sentence to describe the contents of an image. This is…

Submitted by anjalisingh· Mar 30, 2026Implement Computer Vision solutions

Question

You have an app that analyzes images by using the Azure AI Computer Vision API. You need to configure the app to provide an output for users who are vision impaired. The solution must provide the output in complete sentences. Which API call should you perform?

Options

  • AreadInStreamAsync
  • BanalyzeImagesByDomainInStreamAsync
  • CtagImageInStreamAsync
  • DdescribeImageInStreamAsync

How the community answered

(49 responses)
  • A
    16% (8)
  • B
    2% (1)
  • C
    8% (4)
  • D
    73% (36)

Explanation

The API call you should perform to provide an output in complete sentences for users who are vision impaired is describeImageInStreamAsync. The describe feature of the Computer Vision API generates a human-readable sentence to describe the contents of an image. This is particularly useful for accessibility purposes, as it allows visually impaired users to understand what is in an image without needing to see it. The describe feature can also be customized to provide additional details or context, if desired.

Topics

#Azure Computer Vision#Image Description#Cognitive Services APIs

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice