ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

70 / 166

Question 70:

You are tasked to use Face API in your application to search for a face of a person in a given set of photographs within a specified internal threshold. Since the set of pictures is large, you decide to use a large face list to persist face ids. This also meets your requirement that the ids will not expire. Given the scenario, review the code snippet given below and complete it by selecting correct answer choices. (choose two answers) 
<pre class="brush:java;">POST https://{endpoint}/face/v1.0/……………………………………
{
"faceId": "d9c26a66-6834-3331-9f5d-978d456g75426",
"largeFaceListId": "largeFaceListID1",
"maxNumOfCandidatesReturned": 8,
"mode": "..............................................."
}
</pre> 

Answer options:

A.detect
B.findsimilars
C.matchPerson
D.matchFace
E.identify