Class KnownFaceAppearedEventArgs
Known face detected event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class KnownFaceAppearedEventArgs : ObjectEventArgs
Properties
| Improve this Doc View SourceFace
Gets the face that triggered the event
public Face Face { get; }
Property Type
Face |