Share via


HighDefinitionFaceFrameSource.FaceModel Property

Gets the face model for the frame source.

Syntax

public:
property FaceModel^ FaceModel {
         FaceModel^ get ();
         void set (FaceModel^ value);
}
public FaceModelFaceModel { get; set; }
var faceModel = highDefinitionFaceFrameSource.faceModel;
highDefinitionFaceFrameSource.faceModel = faceModel;

Property value

Type: FaceModel
The face model for the frame source.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

HighDefinitionFaceFrameSource Class
Microsoft.Kinect.Face Namespace