Class Face
A single face that Vector has detected.
May represent a face that has previously been enrolled, in which case name will hold the name that it was enrolled with.
Each Face instance has a Face
Implements
Inherited Members
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public class Face : ObservableObject, INotifyPropertyChanged
Properties
| Improve this Doc View SourceExpression
Gets the facial expression Vector has recognized on the face.
public FacialExpression Expression { get; }
Property Type
| Improve this Doc View SourceExpressionValues
Gets individual expression values histogram, sums to 100
public IReadOnlyList<uint> ExpressionValues { get; }
Property Type
| Improve this Doc View SourceFaceId
Gets the internal ID assigned to the face.
public int FaceId { get; }
Property Type
| Improve this Doc View SourceLeftEye
Gets points representing the outline of the left eye.
public IReadOnlyList<Point> LeftEye { get; }
Property Type
| Improve this Doc View SourceMouth
Gets points representing the outline of the mouth
public IReadOnlyList<Point> Mouth { get; }
Property Type
| Improve this Doc View SourceName
Gets the name Vector has associated with the face. Empty if face is not recognized or enrolled
public string Name { get; }
Property Type
| Improve this Doc View SourceNose
Gets points representing the outline of the nose.
public IReadOnlyList<Point> Nose { get; }
Property Type
| Improve this Doc View SourceObjectTypeName
Gets the name of the object type.
public override string ObjectTypeName { get; }
Property Type
Overrides
| Improve this Doc View SourceRightEye
Gets points representing the outline of the right eye.
public IReadOnlyList<Point> RightEye { get; }
Property Type
Methods
| Improve this Doc View SourceToString()
Converts to string.
public override string ToString()