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.
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)