nerdexam
Microsoft

AI-900 · Question #228

You have an app that identifies the coordinates of a product in an image of a supermarket shelf. Which service does the app use?

The correct answer is B. Azure Al Custom Vision object detection. The app identifies the coordinates of products in an image, which is a task best suited for object detection.

Submitted by ashley.k· Mar 30, 2026Understand Computer Vision Workloads

Question

You have an app that identifies the coordinates of a product in an image of a supermarket shelf. Which service does the app use?

Options

  • AAzure Al Custom Vision classification
  • BAzure Al Custom Vision object detection
  • CAzure Al Computer Vision Read
  • DAzure Al Computer Vision optical character recognition (OCR)

How the community answered

(50 responses)
  • A
    4% (2)
  • B
    90% (45)
  • C
    4% (2)
  • D
    2% (1)

Why each option

The app identifies the coordinates of products in an image, which is a task best suited for object detection.

AAzure Al Custom Vision classification

Azure AI Custom Vision classification identifies what is in an image as a whole, rather than identifying and locating multiple specific objects within it.

BAzure Al Custom Vision object detectionCorrect

Azure AI Custom Vision object detection allows you to train a custom model to identify objects within images and return their bounding box coordinates and labels. This is precisely what's needed to find the specific location (coordinates) of products on a supermarket shelf.

CAzure Al Computer Vision Read

Azure AI Computer Vision Read is designed for extracting text content from images or documents, not for identifying non-textual objects.

DAzure Al Computer Vision optical character recognition (OCR)

Azure AI Computer Vision OCR specifically focuses on extracting printed or handwritten text from images and documents.

Concept tested: Azure AI Custom Vision object detection vs classification

Source: https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/overview

Topics

#Azure Custom Vision#Object Detection#Image Recognition

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice