Class RobotObservedFaceEventArgs
Robot Observed Face Event Args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class RobotObservedFaceEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceExpression
Gets the facial expression Vector has recognized on the face.
public FacialExpression Expression { get; }
Property Type
FacialExpression |
ExpressionValues
Gets individual expression values histogram, sums to 100
public IReadOnlyList<uint> ExpressionValues { get; }
Property Type
IReadOnlyList<UInt32> |
FaceId
Gets the internal ID assigned to the face.
public int FaceId { get; }
Property Type
Int32 |
ImageRect
Gets the image rectangle of the face.
public ImageRect ImageRect { get; }
Property Type
ImageRect |
LeftEye
Gets points representing the outline of the left eye.
public IReadOnlyList<Point> LeftEye { get; }
Property Type
IReadOnlyList<Point> |
Mouth
Gets points representing the outline of the mouth
public IReadOnlyList<Point> Mouth { get; }
Property Type
IReadOnlyList<Point> |
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 |
Nose
Gets points representing the outline of the nose.
public IReadOnlyList<Point> Nose { get; }
Property Type
IReadOnlyList<Point> |
Pose
Gets the location of the face
public Pose Pose { get; }
Property Type
Pose |
RightEye
Gets points representing the outline of the right eye.
public IReadOnlyList<Point> RightEye { get; }
Property Type
IReadOnlyList<Point> |
RobotTimestamp
Gets the robot timestamp of the event
public uint RobotTimestamp { get; }
Property Type
UInt32 |