AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 Exam - Question 98


HOTSPOT

-

You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns a collection of brands named brands.

You have the following code segment.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer:

Discussion

10 comments
Sign in to comment
zellck
Jul 1, 2023

YYN is the answer. https://learn.microsoft.com/en-us/rest/api/computervision/3.1/detect-objects/detect-objects?tabs=HTTP#boundingrect A bounding box for an area inside an image. - x X-coordinate of the top left point of the area, in pixels. - y Y-coordinate of the top left point of the area, in pixels. - h Height measured from the top-left point of the area, in pixels. - w Width measured from the top-left point of the area, in pixels.

zellck
Jul 1, 2023

Same as Question 14. https://www.examtopics.com/discussions/microsoft/view/55050-exam-ai-102-topic-2-question-14-discussion

rdemontis
Nov 4, 2023

YYN: correct answer and duplicated question

evangelist
Jan 27, 2024

answer is correct: Y Y N response only display the top left corner and width and height from this origin

Rob77
May 6, 2023

Correct YYN. The last one is width and height.

ExamDev
Sep 12, 2023

Answer is correct

jangotango
Sep 12, 2023

YYY - the last one is Y because all coordinates together give you top left and bottom right.

AnonymousJhb
Sep 21, 2023

YYN. not the bottom right

rdemontis
Nov 4, 2023

no, you can calculate the bottom right corner coordinates but they aren't displyed in the code provided

takaimomoGcup
May 20, 2024

Yes Yes No

taiwan_is_not_china
May 28, 2024

The answer is YYN.

krzkrzkra
Jul 15, 2024

YYN is the answer.