Share via


ActivationSignalDetectionConfiguration.ClearModelDataAsync Method

Definition

Asynchronously deletes all model data for the digital assistant.

public:
 virtual IAsyncAction ^ ClearModelDataAsync() = ClearModelDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ClearModelDataAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ClearModelDataAsync();
function clearModelDataAsync()
Public Function ClearModelDataAsync () As IAsyncAction

Returns

Returns an IAsyncAction object that is used to control the asynchronous operation.

Attributes

Remarks

Digital assistant applications can train keyword detectors to more accurately recognize an individual user's voice by algorithmically applying customizations to the detector based on speech data.

This is achieved through a series of ActivationSignalDetectionConfiguration training steps, where each step consumes a logical fragment of speech input data.

Applies to