AI-900 Question 145
Single answerYou are building an application that needs to analyze images to detect objects, recognize handwritten text, and extract printed text from documents. Which Azure service or feature should you use to accomplish these tasks?
- A
Azure Computer Vision API
- B
Azure Custom Vision
- C
Azure Form Recognizer
- D
Azure Bot Service
Show answer and explanation
Correct answer: A
Explanation
The Azure Computer Vision API is a comprehensive service for a wide range of computer vision tasks, including object detection, handwritten text recognition, and printed text extraction. It is the best fit for scenarios requiring multiple image analysis features without the need to train custom models.
- A. Correct.
Azure Computer Vision API provides pre-built capabilities to analyze images, including object detection, handwritten text recognition, and printed text extraction, making it the most suitable service for this scenario.
- B. Incorrect.
Azure Custom Vision is mainly used for building and deploying custom image classification or object detection models for specific use cases, but it does not have built-in features for text recognition.
- C. Incorrect.
Azure Form Recognizer is designed for extracting structured data from forms and documents but is not a general-purpose solution for object detection or handwritten text recognition.
- D. Incorrect.
Azure Bot Service is used for building conversational AI solutions and chatbots, which is unrelated to computer vision tasks.