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?
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?
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.
D is correct
D is correct
correct. It's already supported by Computer Vision.
D. Computer Vision
D is correct. The clue is "pre-built".
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.