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