.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotObservedFaceEventArgs

    Robot Observed Face Event Args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    RobotObservedFaceEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class RobotObservedFaceEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    Expression

    Gets the facial expression Vector has recognized on the face.

    public FacialExpression Expression { get; }
    Property Type
    FacialExpression
    | Improve this Doc View Source

    ExpressionValues

    Gets individual expression values histogram, sums to 100

    public IReadOnlyList<uint> ExpressionValues { get; }
    Property Type
    IReadOnlyList<UInt32>
    | 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

    ImageRect

    Gets the image rectangle of the face.

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

    LeftEye

    Gets points representing the outline of the left eye.

    public IReadOnlyList<Point> LeftEye { get; }
    Property Type
    IReadOnlyList<Point>
    | Improve this Doc View Source

    Mouth

    Gets points representing the outline of the mouth

    public IReadOnlyList<Point> Mouth { get; }
    Property Type
    IReadOnlyList<Point>
    | Improve this Doc View Source

    Name

    Gets the name Vector has associated with the face. Empty if face is not recognized or enrolled

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

    Nose

    Gets points representing the outline of the nose.

    public IReadOnlyList<Point> Nose { get; }
    Property Type
    IReadOnlyList<Point>
    | Improve this Doc View Source

    Pose

    Gets the location of the face

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

    RightEye

    Gets points representing the outline of the right eye.

    public IReadOnlyList<Point> RightEye { get; }
    Property Type
    IReadOnlyList<Point>
    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp of the event

    public uint RobotTimestamp { get; }
    Property Type
    UInt32

    See Also

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