Class FaceEnrollmentCompletedEventArgs
Face enrollment completed event args
Inheritance
FaceEnrollmentCompletedEventArgs
Inherited Members
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class FaceEnrollmentCompletedEventArgs : TimestampedStatusEventArgs
Properties
| Improve this Doc View SourceFaceId
Gets the face identifier of the detected face
public int FaceId { get; }
Property Type
Int32 |
Name
Gets the name associated with the face detected
public string Name { get; }
Property Type
String |
Result
Gets the result of the face enrollment
public FaceEnrollmentResult Result { get; }
Property Type
FaceEnrollmentResult |