Exam AI-102 All QuestionsBrowse all questions from this 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.

    Correct Answer:

Discussion
zellck

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

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

rdemontis

YYN: correct answer and duplicated question

evangelist

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

krzkrzkra

YYN is the answer.

taiwan_is_not_china

The answer is YYN.

takaimomoGcup

Yes Yes No

jangotango

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

AnonymousJhb

YYN. not the bottom right

rdemontis

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

ExamDev

Answer is correct

Rob77

Correct YYN. The last one is width and height.