Free Microsoft Azure AI-102 Actual Exam Questions - Question 6 Discussion
HOTSPOT You have a library that contains thousands of images. You need to tag the images as photographs, drawings, or clipart. Which service endpoint and response property should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 
I think the key here is picking the service endpoint that actually supports detailed image classification. The Analyze endpoint works because it’s designed to give categories like photograph, drawing, or clipart. The “categories” property makes the most sense to check since it groups images in those types better than tags, which can be vague or just describe objects. So, I’d go with Analyze and categories, especially since tags might not clearly differentiate clipart and drawings on their own.
The Analyze endpoint is definitely the way to go here, but I think the response property to check is "categories" since it groups images into those broader types better than just "tags."
I’m with the idea that it’s the Computer Vision Analyze endpoint too, but the key is really the response property. The tags property gives generic labels, but the “categories” property usually provides more detailed classification like "photograph," "clipart," or "drawing." So I’d pick Analyze endpoint and categories property for this one. It makes more sense to get clear distinctions from categories rather than just tags, which can be broader.
I agree that Computer Vision Analyze is the right endpoint, but another way to confirm is by ruling out Describe or Tag Image endpoints since those don’t specifically return clear labels like photographs or clipart. Also, the tags property makes more sense here than categories because categories are broader and might not separate drawings from clipart well. So, picking Analyze with tags feels solid from a response data perspective.
I’d pick Computer Vision Analyze and check tags since that fits image categorization best.
Go with Computer Vision Analyze endpoint and check the tags property for image types.
I think the endpoint is Computer Vision Analyze, and the response property is tags.
Is this about using Azure Cognitive Services? If so, not sure if the endpoint should be the Custom Vision or the Computer Vision API for this classification task. Also, which response property exactly points out the image category? The screenshot isn’t super clear on that. Does anyone have more details on what property returns tags like photograph or clipart directly?