ActivationSignalDetectionConfiguration.ClearModelData 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.
Deletes all model data for the digital assistant.
Important
To avoid possible concurrency issues, we recommend using ClearModelDataAsync instead.
public:
virtual void ClearModelData() = ClearModelData;
void ClearModelData();
public void ClearModelData();
function clearModelData()
Public Sub ClearModelData ()
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.