Struggling with AI-102 exam scenarios? Discover how Azure AI Vision’s image type detection and descriptions solve animal analysis challenges while minimizing coding effort. Get certified faster with real exam strategy insights.
Table of Contents
Question
Your organization, Xerigon Corporation, is developing a social media application that uses Azure AI services to analyze user-uploaded images of animals. The requirements are:
- Determine if the image is a sketch or clip art.
- Describe the type of animal in the image.
The solution must minimize development effort.
Which of the following Azure AI Vision functions should you include in the solution? (Choose two.)
A. object detection
B. image classification
C. content tags
D. image type detection
E. image descriptions
Answer
D. image type detection
E. image descriptions
Explanation
You would use the image type detection and image descriptions functions in the Azure AI Vision service.
The image descriptions function in Azure AI Vision generates captions describing the contents of the image, such as whether the object contains a “Golden Doodle dog that is barking” or an “Orange fluffy cat asleep on the sofa.” At the time of this writing, image descriptions are only in English.
Image type detection uses the Analyze Image API to analyze an image to determine whether it is a line drawing, such as a sketch or clip art.
You would not use the object detection, image classification, or content tags functions in the Azure AI Vision service because none of them create captions for an image or determines whether an image is clip art or a line drawing.
The object detection function detects an object by returning the coordinates of the object’s bounding box. It helps determine if the image contains a dog, cat, rabbit, horse, or something else. Object detection is similar to tagging because it can determine if other objects are in the image or if multiple instances of the same object are present. It applies tags to the objects identified in the image. You can also add a brand detection feature to differentiate brands or product names of objects such as for items on a store shelf.
The image classification function determines the category or class of an image.
The content tags function tags recognizable objects. The tagging is not limited to the main object but includes background objects such as trees, furniture, or accessories, which are also tagged.
Microsoft Azure AI Engineer Associate AI-102 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Engineer Associate AI-102 exam and earn Microsoft Azure AI Engineer Associate AI-102 certification.