Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.33 KB

File metadata and controls

29 lines (18 loc) · 1.33 KB
-api-id M:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration.ClearTrainingData
-api-type winrt method

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration.ClearTrainingData

-description

Deletes all voice training data from the ActivationSignalDetector for the digital assistant.

Important

To avoid possible concurrency issues, we recommend using ClearTrainingDataAsync instead.

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

-see-also

ClearTrainingDataAsync

-examples