Property EnableVoiceActivityDetection
EnableVoiceActivityDetection
Gets or sets whether voice activity detection is enabled.
When true, only the detected speech portions of the audio
are processed—which can reduce processing time and improve speed.
All VAD-specific behavior is governed by VadSettings.
Defaults to true
.
public bool EnableVoiceActivityDetection { get; set; }