Share via


VoiceLiveModelFactory.AzureSemanticEouDetection Method

Definition

Azure semantic end-of-utterance detection (default).

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

Parameters

thresholdLevel
Nullable<EouThresholdLevel>

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

timeoutMs
Nullable<Single>

Timeout in milliseconds. Recommended instead of timeout.

Returns

A new AzureSemanticEouDetection instance for mocking.

Applies to