AI-900 · Question #42
Which Computer Vision feature can you use to generate automatic captions for digital photographs?
The correct answer is D. Describe the images. Describe images with human-readable language Computer Vision can analyze an image and generate a human-readable phrase that describes its contents. The algorithm returns several descriptions based on different visual features, and each description is given a confidence score…
Question
Options
- ARecognize text.
- BIdentify the areas of interest.
- CDetect objects.
- DDescribe the images.
How the community answered
(37 responses)- A3% (1)
- B3% (1)
- C5% (2)
- D89% (33)
Explanation
Describe images with human-readable language Computer Vision can analyze an image and generate a human-readable phrase that describes its contents. The algorithm returns several descriptions based on different visual features, and each description is given a confidence score. The final output is a list of descriptions ordered from highest to lowest confidence. The image description feature is part of the Analyze Image API. https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-describing-
Topics
Community Discussion
No community discussion yet for this question.