HighDefinitionFaceFrame.FaceModel Property

Gets the face model associated with the high-definition face frame.

Syntax

public:
property FaceModel^ FaceModel {
         FaceModel^ get ();
}
public FaceModelFaceModel { get; }
var faceModel = highDefinitionFaceFrame.faceModel;

Property value

Type: FaceModel
The face model.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

HighDefinitionFaceFrame Class
Microsoft.Kinect.Face Namespace