Share via


VoiceLiveModelFactory.AzureSemanticEouDetectionMultilingual Method

Definition

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

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

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 AzureSemanticEouDetectionMultilingual instance for mocking.

Applies to