Share via


ActivationSignalDetectionConfiguration.TrainingStepCompletionMaxAllowedTime Property

Definition

Gets the maximum time allowed to complete a training step for this configuration (if available).

public:
 property unsigned int TrainingStepCompletionMaxAllowedTime { unsigned int get(); };
uint32_t TrainingStepCompletionMaxAllowedTime();
public uint TrainingStepCompletionMaxAllowedTime { get; }
var uInt32 = activationSignalDetectionConfiguration.trainingStepCompletionMaxAllowedTime;
Public ReadOnly Property TrainingStepCompletionMaxAllowedTime As UInteger

Property Value

UInt32

unsigned int

uint32_t

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

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.

Applies to

See also