Example #1
0
 /// <summary>
 /// Trains the person group, which should be called after storing new faces or new face data.
 /// </summary>
 /// <returns>A Task object for this is an asynchronous method.</returns>
 public async Task TrainFaces()
 {
     await faceDetection.TrainFaces();
 }