VoiceLiveModelFactory.AzureSemanticVadTurnDetectionEn 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.
Server Speech Detection (Azure semantic VAD, English-only).
public static Azure.AI.VoiceLive.AzureSemanticVadTurnDetectionEn AzureSemanticVadTurnDetectionEn(float? threshold = default, int? prefixPaddingMs = default, int? silenceDurationMs = default, Azure.AI.VoiceLive.EouDetection endOfUtteranceDetection = default, int? speechDurationMs = default, bool? removeFillerWords = default, bool? autoTruncate = default, bool? createResponse = default, bool? interruptResponse = default);
static member AzureSemanticVadTurnDetectionEn : Nullable<single> * Nullable<int> * Nullable<int> * Azure.AI.VoiceLive.EouDetection * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.AI.VoiceLive.AzureSemanticVadTurnDetectionEn
Public Shared Function AzureSemanticVadTurnDetectionEn (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 autoTruncate As Nullable(Of Boolean) = Nothing, Optional createResponse As Nullable(Of Boolean) = Nothing, Optional interruptResponse As Nullable(Of Boolean) = Nothing) As AzureSemanticVadTurnDetectionEn
Parameters
- endOfUtteranceDetection
- EouDetection
Returns
A new AzureSemanticVadTurnDetectionEn instance for mocking.