VoiceLiveModelFactory.SmartEndOfTurnDetection Method
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.
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.
Returns
A new SmartEndOfTurnDetection instance for mocking.