Share via


FaceModelBuilder Class

Represents a face model builder.

Syntax

public ref class FaceModelBuilder sealed : IClosable, INotifyPropertyChanged
public sealed class FaceModelBuilder : IDisposable, INotifyPropertyChanged
var faceModelBuilder = Microsoft.Kinect.Face.FaceModelBuilder;

Members

FaceModelBuilder has the following members.

Properties

Name Description
CaptureStatus Captures the status of the face model builder.
CollectionStatus Gets the status of the face model builder collection.

Methods

Name Description
Close Closes the FaceModelBuilder.
CollectFaceDataAsync Collects face data asynchronously.

Events

Name Description
CaptureStatusChanged Occurs when the capture status changes.
CollectionStatusChanged Occurs when the collection status changes.
PropertyChanged Occurs when a property of the FaceModelBuilder changes.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

Microsoft.Kinect.Face Namespace