Microsoft Azure AI Engineer Associate AI-102 Practice Question

You call the Azure AI Vision Analyze Image REST API with the Objects visual feature enabled. The service returns the following fragment for one detected object:

{
  "rectangle": {
    "x": 368,
    "y": 183,
    "w": 176,
    "h": 319
  },
  "object": "cat",
  "confidence": 0.96,
  "parent": {
    "object": "animal",
    "confidence": 0.91
  }
}

You must draw a bounding box around each object in the original image. Which property from the response should you read to obtain the pixel coordinates you need to draw the box?

  • objects[].object

  • objects[].confidence

  • objects[].parent

  • objects[].rectangle

Microsoft Azure AI Engineer Associate AI-102
Implement computer vision solutions
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot