Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)