Share via


FaceFrameSource.FaceFrameFeatures Property

Gets the flags that indicate which face frame features data are present in this face frame.

Syntax

public:
property FaceFrameFeatures FaceFrameFeatures {
         FaceFrameFeatures get ();
         void set (FaceFrameFeatures value);
}
public FaceFrameFeatures FaceFrameFeatures { get; set; }
var faceFrameFeatures = faceFrameSource.faceFrameFeatures;
faceFrameSource.faceFrameFeatures = faceFrameFeatures;

Property value

Type: FaceFrameFeatures
The flags that indicate which face frame features data are present in this face frame.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceFrameSource Class
Microsoft.Kinect.Face Namespace