Class RobotErasedEnrolledFaceEventArgs
Robot erased enrolled face event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class RobotErasedEnrolledFaceEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceFaceId
Gets the face identifier.
public int FaceId { get; }
Property Type
Int32 |
Name
Gets the face name.
public string Name { get; }
Property Type
String |