FaceFrame.FaceFrameResult Property

Gets the face frame result.

Syntax

public:
property FaceFrameResult^ FaceFrameResult {
         FaceFrameResult^ get ();
}
public FaceFrameResultFaceFrameResult { get; }
var faceFrameResult = faceFrame.faceFrameResult;

Property value

Type: FaceFrameResult
The face frame result.

Remarks

This property can be, and should be checked, for null.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceFrame Class
Microsoft.Kinect.Face Namespace