AI-900 · Question #272
Which action can be performed by using the Azure Al Vision service?
The correct answer is D. creating thumbnails for training videos. The Azure AI Vision service offers capabilities such as generating smart thumbnails, which involves intelligently cropping images or video frames.
Question
Options
- Aidentifying breeds of animals in live video streams
- Bextracting key phrases from documents
- Cextracting data from handwritten letters
- Dcreating thumbnails for training videos
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- D94% (29)
Why each option
The Azure AI Vision service offers capabilities such as generating smart thumbnails, which involves intelligently cropping images or video frames.
Identifying specific breeds of animals, especially in live video streams, is not a direct, out-of-the-box capability of the general Azure AI Vision service without custom training using a related service like Custom Vision.
Extracting key phrases from documents is a capability of the Azure AI Language service, not the Azure AI Vision service, which focuses on visual content.
While Azure AI Vision's Read API can extract handwritten text, the specific task of "extracting data from handwritten letters" often implies structured data extraction (e.g., fields, values), which is a more specialized capability typically addressed by Azure AI Document Intelligence (formerly Form Recognizer) for comprehensive document understanding.
The Azure AI Vision service, specifically its Computer Vision API, includes a feature for generating smart thumbnails that intelligently identify the most interesting regions of an image or video frame and crop them to create effective thumbnails.
Concept tested: Capabilities of Azure AI Vision service
Source: https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview
Topics
Community Discussion
No community discussion yet for this question.