コード例 #1
0
ファイル: Eyes.cs プロジェクト: aleksandartraja/robbie
 /// <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()));
 }