NoTurnDetection Class
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.
Disables turn detection.
public class NoTurnDetection : Azure.AI.VoiceLive.TurnDetection, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.NoTurnDetection>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.NoTurnDetection>
type NoTurnDetection = class
inherit TurnDetection
interface IJsonModel<NoTurnDetection>
interface IPersistableModel<NoTurnDetection>
Public Class NoTurnDetection
Inherits TurnDetection
Implements IJsonModel(Of NoTurnDetection), IPersistableModel(Of NoTurnDetection)
- Inheritance
- Implements
Constructors
NoTurnDetection() |
Initializes a new instance of NoTurnDetection. |