AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class SpeechOutputOptions

    Inheritance
    object
    SpeechOutputOptions
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class SpeechOutputOptions

    Properties

    Format

    Parameters for audio output. Required when audio output is requested with modalities: ["audio"].

    Declaration
    public AudioEncoding? Format { get; set; }
    Property Value
    Type Description
    AudioEncoding?

    Voice

    The voice the model uses to respond. Supported voices are alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, and shimmer.

    Declaration
    public string Voice { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX