.NET SDK Documentation

    Show / Hide Table of Contents

    Class KnownFace

    A face that Vector has detected.

    Inheritance
    Object
    KnownFace
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class KnownFace

    Properties

    | Improve this Doc View Source

    FaceId

    Gets the internal ID assigned to the face.

    public int FaceId { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    FirstEnrolled

    Gets the first enrolled.

    public DateTime FirstEnrolled { get; }
    Property Type
    DateTime
    | Improve this Doc View Source

    LastSeen

    Gets the last seen.

    public DateTime LastSeen { get; }
    Property Type
    DateTime
    | Improve this Doc View Source

    LastSeenTimestamp

    Gets the last seen timestamp.

    public DateTimeOffset LastSeenTimestamp { get; }
    Property Type
    DateTimeOffset
    | Improve this Doc View Source

    LastUpdated

    Gets the last updated.

    public DateTime LastUpdated { get; }
    Property Type
    DateTime
    | Improve this Doc View Source

    Name

    Gets the name Vector has associated with the face.

    public string Name { get; }
    Property Type
    String
    | Improve this Doc View Source

    SecondsSinceFirstEnrolled

    Gets the seconds since face was first enrolled.

    public long SecondsSinceFirstEnrolled { get; }
    Property Type
    Int64
    | Improve this Doc View Source

    SecondsSinceLastSeen

    Gets the seconds since face was last seen.

    public long SecondsSinceLastSeen { get; }
    Property Type
    Int64
    | Improve this Doc View Source

    SecondsSinceLastUpdated

    Gets the seconds since face was last updated.

    public long SecondsSinceLastUpdated { get; }
    Property Type
    Int64
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables