AI-900 · Question #201
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?
The correct answer is D. Computer Vision. To identify well-known brands in digital photographs using a pre-built solution, Azure Computer Vision is the correct service.
Question
Options
- ACustom Vision
- BForm Recognizer
- CFace
- DComputer Vision
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- D89% (17)
Why each option
To identify well-known brands in digital photographs using a pre-built solution, Azure Computer Vision is the correct service.
Custom Vision is used for building custom image classification or object detection models with your own data, not for using pre-built brand detection.
Form Recognizer (now Azure AI Document Intelligence) is used for extracting data from forms and documents, not for identifying brands in general photographs.
Face service is specifically designed for facial detection, recognition, and analysis, not for identifying brands.
Azure Computer Vision provides pre-trained models that can detect and identify well-known brands within images without requiring custom training. Its Image Analysis feature includes brand detection as a built-in capability.
Concept tested: Computer Vision brand detection
Source: https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-brand-detection
Topics
Community Discussion
No community discussion yet for this question.