VoiceLiveModelFactory.SmartEndOfTurnDetection Method

Definition

Audio-based end-of-turn detection. Operates directly on the input audio stream rather than text. Use threshold_level and timeout_ms to tune detection.

public static Azure.AI.VoiceLive.SmartEndOfTurnDetection SmartEndOfTurnDetection(Azure.AI.VoiceLive.EouThresholdLevel? thresholdLevel = default, int? timeoutMs = default);
static member SmartEndOfTurnDetection : Nullable<Azure.AI.VoiceLive.EouThresholdLevel> * Nullable<int> -> Azure.AI.VoiceLive.SmartEndOfTurnDetection
Public Shared Function SmartEndOfTurnDetection (Optional thresholdLevel As Nullable(Of EouThresholdLevel) = Nothing, Optional timeoutMs As Nullable(Of Integer) = Nothing) As SmartEndOfTurnDetection

Parameters

thresholdLevel
Nullable<EouThresholdLevel>

Threshold level setting. One of low, medium, high, or default.

timeoutMs
Nullable<Int32>

Timeout in milliseconds.

Returns

A new SmartEndOfTurnDetection instance for mocking.

Applies to