Share via


FaceAlignment.FaceOrientation Property

Gets a vector indicating the orientation of the face.

Syntax

public:
property Vector4 FaceOrientation {
         Vector4 get ();
         void set (Vector4 value);
}
public Vector4 FaceOrientation { get; set; }
var faceOrientation = faceAlignment.faceOrientation;
faceAlignment.faceOrientation = faceOrientation;

Property value

Type: Vector4
A vector indicating the orientation of the face.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceAlignment Class
Microsoft.Kinect.Face Namespace