.NET SDK Documentation

    Show / Hide Table of Contents

    Class FaceEnrollmentCompletedEventArgs

    Face enrollment completed event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    TimestampedStatusEventArgs
    FaceEnrollmentCompletedEventArgs
    Inherited Members
    TimestampedStatusEventArgs.StatusType
    TimestampedStatusEventArgs.Timestamp
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class FaceEnrollmentCompletedEventArgs : TimestampedStatusEventArgs

    Properties

    | Improve this Doc View Source

    FaceId

    Gets the face identifier of the detected face

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

    Name

    Gets the name associated with the face detected

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

    Result

    Gets the result of the face enrollment

    public FaceEnrollmentResult Result { get; }
    Property Type
    FaceEnrollmentResult

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables