AI-900 Question 171
Select 2A company wants to build an application that can automatically detect and categorize objects in images. Which Azure services can be used to achieve this computer vision task?
- A
Azure Computer Vision
- B
Azure Bot Service
- C
Azure Custom Vision
- D
Azure Cognitive Search
- E
Azure Form Recognizer
Show answer and explanation
Correct answers: A, C
Explanation
For object detection and categorization in images, Azure Computer Vision provides pre-built capabilities, while Azure Custom Vision allows for custom model training for specific use cases. Other services like Azure Bot Service, Cognitive Search, and Form Recognizer are not suitable for computer vision tasks involving object detection and categorization.
- A. Correct.
Azure Computer Vision provides pre-built computer vision capabilities, such as object detection, image analysis, and text extraction from images, making it suitable for this task.
- B. Incorrect.
Azure Bot Service is designed for building conversational AI systems and is not used for image analysis or object detection.
- C. Correct.
Azure Custom Vision allows you to build and train computer vision models tailored to specific use cases, such as custom object detection or classification, aligning well with the scenario.
- D. Incorrect.
Azure Cognitive Search is a search-as-a-service solution for indexing and searching data, but it is not designed for image analysis or object detection.
- E. Incorrect.
Azure Form Recognizer specializes in extracting structured data from forms and documents, focusing on text and layout, not object categorization in images.