ActivationSignalDetectionConfiguration.ClearTrainingDataAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously deletes all voice training data from the ActivationSignalDetector for the digital assistant.
public:
virtual IAsyncAction ^ ClearTrainingDataAsync() = ClearTrainingDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ClearTrainingDataAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ClearTrainingDataAsync();
function clearTrainingDataAsync()
Public Function ClearTrainingDataAsync () 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. For example, training a spoken keyword detector to only detect the keyword when spoken by a specific person.
This is achieved through a series of ActivationSignalDetectionConfiguration training steps, where each step consumes a logical fragment of speech input data.