AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ElevenLabs

    Inheritance
    object
    RESTClient
    CRUDClient<ElevenLabs>
    AIClient<ElevenLabs>
    ElevenLabs
    Inherited Members
    AIClient<ElevenLabs>.OnTokensConsumed
    AIClient<ElevenLabs>.HandleTokenUsage(Model, Usage)
    AIClient<ElevenLabs>.FormatErrorMessage(string)
    AIClient<ElevenLabs>.IsDeletedPredicate(RESTResponse)
    CRUDClient<ElevenLabs>.Name
    CRUDClient<ElevenLabs>.Version
    CRUDClient<ElevenLabs>.BetaVersion
    CRUDClient<ElevenLabs>.OnException
    CRUDClient<ElevenLabs>.CRUDLogger
    CRUDClient<ElevenLabs>.BaseUrl
    CRUDClient<ElevenLabs>.GetApiKey()
    CRUDClient<ElevenLabs>.HandleException(Exception)
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class ElevenLabs : AIClient<ElevenLabs>

    Constructors

    ElevenLabs()

    Declaration
    public ElevenLabs()

    Properties

    AudioIsolation

    Declaration
    public AudioIsolationService AudioIsolation { get; }
    Property Value
    Type Description
    AudioIsolationService

    DefaultInstance

    The default instance of the ElevenLabsClient client.

    Declaration
    public static ElevenLabs DefaultInstance { get; }
    Property Value
    Type Description
    ElevenLabs

    Models

    Declaration
    public ModelService Models { get; }
    Property Value
    Type Description
    ModelService

    SoundEffects

    Declaration
    public SoundEffectService SoundEffects { get; }
    Property Value
    Type Description
    SoundEffectService

    SpeechToText

    Declaration
    public SpeechToTextService SpeechToText { get; }
    Property Value
    Type Description
    SpeechToTextService

    TextToSpeech

    Declaration
    public TextToSpeechService TextToSpeech { get; }
    Property Value
    Type Description
    TextToSpeechService

    User

    Declaration
    public UserService User { get; }
    Property Value
    Type Description
    UserService

    VoiceChanger

    Declaration
    public VoiceChangerService VoiceChanger { get; }
    Property Value
    Type Description
    VoiceChangerService

    VoiceLibrary

    Declaration
    public VoiceLibraryService VoiceLibrary { get; }
    Property Value
    Type Description
    VoiceLibraryService

    Voices

    Declaration
    public VoiceService Voices { get; }
    Property Value
    Type Description
    VoiceService
    In this article
    Back to top Generated by DocFX