VoiceLiveModelFactory.EouDetection(String) 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.
Top-level union for end-of-utterance (EOU) semantic detection configuration. Please note this is the abstract base class. The derived classes available for instantiation are: AzureSemanticEouDetection, AzureSemanticEouDetectionEn, and AzureSemanticEouDetectionMultilingual.
public static Azure.AI.VoiceLive.EouDetection EouDetection(string model = default);
static member EouDetection : string -> Azure.AI.VoiceLive.EouDetection
Public Shared Function EouDetection (Optional model As String = Nothing) As EouDetection
Parameters
- model
- String
Returns
A new EouDetection instance for mocking.