Search Results for

    Show / Hide Table of Contents

    Class SemanticVad

    Inheritance
    object
    SemanticVad
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI.Realtime
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class SemanticVad

    Properties

    | Edit this page View Source

    CreateResponse

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

    Declaration
    [JsonProperty("create_response")]
    public bool? CreateResponse { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    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

    Declaration
    [JsonProperty("eagerness")]
    public string Eagerness { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    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

    Declaration
    [JsonProperty("interrupt_response")]
    public bool? InterruptResponse { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation