Share via


VoiceLiveModelFactory.AzureSemanticVadTurnDetectionMultilingual Method

Definition

Server Speech Detection (Azure semantic VAD).

public static Azure.AI.VoiceLive.AzureSemanticVadTurnDetectionMultilingual AzureSemanticVadTurnDetectionMultilingual(float? threshold = default, int? prefixPaddingMs = default, int? silenceDurationMs = default, Azure.AI.VoiceLive.EouDetection endOfUtteranceDetection = default, int? speechDurationMs = default, bool? removeFillerWords = default, System.Collections.Generic.IEnumerable<string> languages = default, bool? autoTruncate = default, bool? createResponse = default, bool? interruptResponse = default);
static member AzureSemanticVadTurnDetectionMultilingual : Nullable<single> * Nullable<int> * Nullable<int> * Azure.AI.VoiceLive.EouDetection * Nullable<int> * Nullable<bool> * seq<string> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.AI.VoiceLive.AzureSemanticVadTurnDetectionMultilingual
Public Shared Function AzureSemanticVadTurnDetectionMultilingual (Optional threshold As Nullable(Of Single) = Nothing, Optional prefixPaddingMs As Nullable(Of Integer) = Nothing, Optional silenceDurationMs As Nullable(Of Integer) = Nothing, Optional endOfUtteranceDetection As EouDetection = Nothing, Optional speechDurationMs As Nullable(Of Integer) = Nothing, Optional removeFillerWords As Nullable(Of Boolean) = Nothing, Optional languages As IEnumerable(Of String) = Nothing, Optional autoTruncate As Nullable(Of Boolean) = Nothing, Optional createResponse As Nullable(Of Boolean) = Nothing, Optional interruptResponse As Nullable(Of Boolean) = Nothing) As AzureSemanticVadTurnDetectionMultilingual

Parameters

threshold
Nullable<Single>
prefixPaddingMs
Nullable<Int32>
silenceDurationMs
Nullable<Int32>
endOfUtteranceDetection
EouDetection
speechDurationMs
Nullable<Int32>
removeFillerWords
Nullable<Boolean>
languages
IEnumerable<String>
autoTruncate
Nullable<Boolean>
createResponse
Nullable<Boolean>
interruptResponse
Nullable<Boolean>

Returns

A new AzureSemanticVadTurnDetectionMultilingual instance for mocking.

Applies to