Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.34 KB

File metadata and controls

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

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration.TrainingDataFormat

-description

Gets the supported data format used for signal detection training with this configuration (if available).

-property-value

The signal detection data format.

-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

ActivationSignalDetector, ApplyTrainingData, ApplyTrainingDataAsync

-examples