Exam AI-900 All QuestionsBrowse all questions from this exam
Question 194

You need to implement a pre-built solution that will identify well-known brands in digital photographs.

Which Azure Cognitive Services service should you use?

    Correct Answer: D

    To identify well-known brands in digital photographs using a pre-built solution, you should use the Computer Vision service in Azure Cognitive Services. The Computer Vision service is designed to analyze visual content and includes features for detecting objects, including brand logos. This service provides a database of global logos to identify commercial brands in images and returns detailed information such as the brand name and the coordinates of the logo in the image.

Discussion
maleni22Option: D

D is correct

ziggy1117Option: D

D is correct

rdemontisOption: D

correct. It's already supported by Computer Vision.

alexein74Option: D

D. Computer Vision

PXAbstractionOption: D

D is correct. The clue is "pre-built".

zellckOption: D

D is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-brand-detection Brand detection is a specialized mode of object detection that uses a database of thousands of global logos to identify commercial brands in images or video. You can use this feature, for example, to discover which brands are most popular on social media or most prevalent in media product placement. The Computer Vision service detects whether there are brand logos in a given image; if there are, it returns the brand name, a confidence score, and the coordinates of a bounding box around the logo.