H13-311_V3.5 · Question #259
Image label service returned tag There can be more than one.
The correct answer is A. TRUE. Option A is correct because image labeling services (such as AWS Rekognition, Google Vision API, or Azure Computer Vision) are designed to detect and return multiple tags for a single image - for example, an image of a dog running in a park might return tags like "dog,"…
Question
Image label service returned tag There can be more than one.
Options
- ATRUE
- BFALSE
How the community answered
(60 responses)- A75% (45)
- B25% (15)
Explanation
Option A is correct because image labeling services (such as AWS Rekognition, Google Vision API, or Azure Computer Vision) are designed to detect and return multiple tags for a single image - for example, an image of a dog running in a park might return tags like "dog," "animal," "grass," "outdoor," and "motion" simultaneously. These services analyze various elements, objects, scenes, and attributes within an image and surface all relevant labels with associated confidence scores. Option B is wrong because limiting the response to a single tag would make the service far less useful and does not reflect how these APIs actually work.
Memory tip: Think of image labeling like a person describing a photo - you wouldn't say just "dog," you'd say "dog, park, sunny day, happy." Services behave the same way: one image, many labels.
Topics
Community Discussion
No community discussion yet for this question.