VoiceLiveModelFactory.TurnDetection(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 turn detection configuration. Please note this is the abstract base class. The derived classes available for instantiation are: ServerVadTurnDetection, AzureSemanticVadTurnDetection, AzureSemanticVadTurnDetectionEn, and AzureSemanticVadTurnDetectionMultilingual.
public static Azure.AI.VoiceLive.TurnDetection TurnDetection(string type = default);
static member TurnDetection : string -> Azure.AI.VoiceLive.TurnDetection
Public Shared Function TurnDetection (Optional type As String = Nothing) As TurnDetection
Parameters
- type
- String
Returns
A new TurnDetection instance for mocking.