Ejemplo n.º 1
0
 /// <summary>
 /// Create a new person within the Face API to track.
 /// </summary>
 /// <returns>The newly created person ID for this person.</returns>
 public async Task <Guid> CreatePerson()
 {
     return(await faceDetection.CreatePerson(new Guid().ToString()));
 }