Class KnownFace
A face that Vector has detected.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class KnownFace
Properties
| Improve this Doc View SourceFaceId
Gets the internal ID assigned to the face.
public int FaceId { get; }
Property Type
| Int32 |
FirstEnrolled
Gets the first enrolled.
public DateTime FirstEnrolled { get; }
Property Type
| DateTime |
LastSeen
Gets the last seen.
public DateTime LastSeen { get; }
Property Type
| DateTime |
LastSeenTimestamp
Gets the last seen timestamp.
public DateTimeOffset LastSeenTimestamp { get; }
Property Type
| DateTimeOffset |
LastUpdated
Gets the last updated.
public DateTime LastUpdated { get; }
Property Type
| DateTime |
Name
Gets the name Vector has associated with the face.
public string Name { get; }
Property Type
| String |
SecondsSinceFirstEnrolled
Gets the seconds since face was first enrolled.
public long SecondsSinceFirstEnrolled { get; }
Property Type
| Int64 |
SecondsSinceLastSeen
Gets the seconds since face was last seen.
public long SecondsSinceLastSeen { get; }
Property Type
| Int64 |
SecondsSinceLastUpdated
Gets the seconds since face was last updated.
public long SecondsSinceLastUpdated { get; }
Property Type
| Int64 |