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…
Question
Options
- AreadInStreamAsync
- BanalyzeImagesByDomainInStreamAsync
- CtagImageInStreamAsync
- DdescribeImageInStreamAsync
How the community answered
(49 responses)- A16% (8)
- B2% (1)
- C8% (4)
- D73% (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
Community Discussion
No community discussion yet for this question.