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