.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotErasedEnrolledFaceEventArgs

    Robot erased enrolled face event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    RobotErasedEnrolledFaceEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    [Serializable]
    public class RobotErasedEnrolledFaceEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    FaceId

    Gets the face identifier.

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

    Name

    Gets the face name.

    public string Name { get; }
    Property Type
    String

    See Also

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