Share via


ActivationSignalDetectionConfiguration.TrainingStepsRemaining Property

Definition

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

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

Property Value

UInt32

unsigned int

uint32_t

THe number of training steps remaining.

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