Share via


FaceModelBuilder.CollectFaceDataAsync Method

Collects face data asynchronously.

Syntax

public:
IAsyncOperation<FaceModelData, >^ CollectFaceDataAsync()
public IAsyncOperation<FaceModelData, >CollectFaceDataAsync ()
faceModelBuilder.collectFaceDataAsync().done( /* Your success and error handlers */ );

Return value

Type: IAsyncOperation<FaceModelData, >
The face data.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceModelBuilder Class
Microsoft.Kinect.Face Namespace