AzureSemanticVadTurnDetectionMultilingual Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base model for VAD-based turn detection.
public class AzureSemanticVadTurnDetectionMultilingual : Azure.AI.VoiceLive.TurnDetection, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.AzureSemanticVadTurnDetectionMultilingual>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.AzureSemanticVadTurnDetectionMultilingual>
type AzureSemanticVadTurnDetectionMultilingual = class
inherit TurnDetection
interface IJsonModel<AzureSemanticVadTurnDetectionMultilingual>
interface IPersistableModel<AzureSemanticVadTurnDetectionMultilingual>
Public Class AzureSemanticVadTurnDetectionMultilingual
Inherits TurnDetection
Implements IJsonModel(Of AzureSemanticVadTurnDetectionMultilingual), IPersistableModel(Of AzureSemanticVadTurnDetectionMultilingual)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureSemanticVadTurnDetectionMultilingual() |
Initializes a new instance of AzureSemanticVadTurnDetectionMultilingual. |
Properties
| Name | Description |
|---|---|
| AutoTruncate |
Whether to automatically truncate the audio buffer when speech stops. |
| CreateResponse |
Whether to automatically create a response when speech stops. |
| EndOfUtteranceDetection |
Configuration for end-of-utterance detection. |
| InterruptResponse |
Whether to allow the user's speech to interrupt the assistant's response. |
| Languages |
List of BCP-47 language codes for speech detection. |
| PrefixPadding |
Gets or sets the PrefixPaddingMs. |
| RemoveFillerWords |
Whether to remove filler words (e.g., 'um', 'uh') from transcription. |
| SilenceDuration |
Gets or sets the SilenceDurationMs. |
| SpeechDuration |
Gets or sets the Speech Duration. |
| Threshold |
Activation threshold for VAD detection. Range: 0.0 to 1.0. |