Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.52 KB

activationsignaldetectionconfiguration_trainingstepscompleted.md

File metadata and controls

30 lines (18 loc) · 1.52 KB
-api-id -api-type
P:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration.TrainingStepsCompleted
winrt property

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration.TrainingStepsCompleted

-description

Gets the number of steps completed in the training process of this configuration (if available).

-property-value

THe number of training steps completed.

-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

TrainingStepsRemaining, TrainingStepCompletionMaxAllowedTime, ActivationSignalDetector, ApplyTrainingData, ApplyTrainingDataAsync

-examples