Table of Contents

Class SemanticVad

public class SemanticVad
Inheritance
object
SemanticVad

Properties

CreateResponse

Optional. Whether or not to automatically generate a response when a VAD stop event occurs. Defaults to true

public bool? CreateResponse { get; set; }

Property Value

bool?

Eagerness

Optional. Used only for semantic_vad mode. The eagerness of the model to respond. low will wait longer for the user to continue speaking, high will respond more quickly. auto is the default and is equivalent to medium. low, medium, and high have max timeouts of 8s, 4s, and 2s respectively. Defaults to auto

public string Eagerness { get; set; }

Property Value

string

InterruptResponse

Optional. Whether or not to automatically interrupt any ongoing response with output to the default conversation (i.e. conversation of auto) when a VAD start event occurs. Defaults to true

public bool? InterruptResponse { get; set; }

Property Value

bool?