FaceDetector.CreateAsync Method

Definition

Creates a new instance of the FaceDetector class.

public:
 static IAsyncOperation<FaceDetector ^> ^ CreateAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<FaceDetector> CreateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FaceDetector> CreateAsync();
function createAsync()
Public Shared Function CreateAsync () As IAsyncOperation(Of FaceDetector)

Returns

An asynchronous operation that returns a FaceDetector instance upon successful completion.

Attributes

Applies to