Valid AI-102 Dumps shared by EduDump.com for Helping Passing AI-102 Exam! EduDump.com now offer the newest AI-102 exam dumps, the EduDump.com AI-102 exam questions have been updated and answers have been corrected get the newest EduDump.com AI-102 dumps with Test Engine here:
You develop an application that uses the Face API. You need to add multiple images to a person group. How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Correct Answer:
Explanation: Box 1: Stream The File.OpenRead(String) method opens an existing file for reading. Example: Open the stream and read it back. using (FileStream fs = File.OpenRead(path)) Box 2: CreateAsync Create the persons for the PersonGroup. Persons are created concurrently. Example: await faceClient.PersonGroupPerson.CreateAsync(personGroupId, personName); Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/how-to-add-faces