ServerVad 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.
Base model for VAD-based turn detection.
public class ServerVad : Azure.AI.VoiceLive.TurnDetection, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.ServerVad>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.ServerVad>
type ServerVad = class
inherit TurnDetection
interface IJsonModel<ServerVad>
interface IPersistableModel<ServerVad>
Public Class ServerVad
Inherits TurnDetection
Implements IJsonModel(Of ServerVad), IPersistableModel(Of ServerVad)
- Inheritance
- Implements
Constructors
ServerVad() |
Initializes a new instance of ServerVad. |
Properties
AutoTruncate |
Gets or sets the AutoTruncate. |
EndOfUtteranceDetection |
Gets or sets the EndOfUtteranceDetection. |
PrefixPaddingMs |
Gets or sets the PrefixPaddingMs. |
SilenceDurationMs |
Gets or sets the SilenceDurationMs. |
Threshold |
Gets or sets the Threshold. |