AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ElevenLabs

    Inheritance
    object
    RESTClient
    CRUDClient<ElevenLabs>
    ApiClient<ElevenLabs, ElevenLabsSettings>
    ElevenLabs
    Implements
    IApiClient
    Inherited Members
    ApiClient<ElevenLabs, ElevenLabsSettings>.DefaultInstance
    ApiClient<ElevenLabs, ElevenLabsSettings>.Api
    ApiClient<ElevenLabs, ElevenLabsSettings>.Settings
    ApiClient<ElevenLabs, ElevenLabsSettings>.ChatStreamParser
    ApiClient<ElevenLabs, ElevenLabsSettings>.GetApiKey(string)
    ApiClient<ElevenLabs, ElevenLabsSettings>.CreateCRUDClientSettings()
    ApiClient<ElevenLabs, ElevenLabsSettings>.CreateJsonSerializerSettingsData()
    ApiClient<ElevenLabs, ElevenLabsSettings>.CreateChatStreamParser()
    ApiClient<ElevenLabs, ElevenLabsSettings>.CreateClientSettings()
    CRUDClient<ElevenLabs>.Name
    CRUDClient<ElevenLabs>.Version
    CRUDClient<ElevenLabs>.BetaVersion
    CRUDClient<ElevenLabs>.BaseUrl
    CRUDClient<ElevenLabs>.GetApiKey(string)
    CRUDClient<ElevenLabs>.CreateClientSettings()
    CRUDClient<ElevenLabs>.IsDeletedPredicate(RESTResponse)
    CRUDClient<ElevenLabs>.POSTCreateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<ElevenLabs>, TRequestBody, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.POSTCreateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<ElevenLabs>, TRequestBody, params IUriParam[])
    CRUDClient<ElevenLabs>.POSTCreateAsync<TRequestBody>(string, CRUDServiceBase<ElevenLabs>, TRequestBody, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.POSTCreateAsync<TRequestBody>(string, CRUDServiceBase<ElevenLabs>, TRequestBody, params IUriParam[])
    CRUDClient<ElevenLabs>.POSTCreateAsync<TResponse>(string, CRUDServiceBase<ElevenLabs>, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.GETRetrieveAsync<TResponse>(string, CRUDServiceBase<ElevenLabs>, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.POSTUpdateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<ElevenLabs>, TRequestBody, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.POSTUpdateAsync<TRequestBody, TResponse>(string, CRUDServiceBase<ElevenLabs>, TRequestBody, params IUriParam[])
    CRUDClient<ElevenLabs>.POSTUpdateAsync<TResponse>(string, CRUDServiceBase<ElevenLabs>, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.PATCHUpdateAsync<TResponse>(string, CRUDServiceBase<ElevenLabs>, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.DELETEDeleteAsync<TResponse>(string, CRUDServiceBase<ElevenLabs>, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.DELETEDeleteAsync<TRequestBody>(string, CRUDServiceBase<ElevenLabs>, TRequestBody, RESTRequestOptions, params IUriParam[])
    CRUDClient<ElevenLabs>.GETListAsync<TQuery, TResponse>(string, CRUDServiceBase<ElevenLabs>, TQuery, RESTRequestOptions, params IUriParam[])
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class ElevenLabs : ApiClient<ElevenLabs, ElevenLabsSettings>, IApiClient

    Constructors

    ElevenLabs()

    Declaration
    public ElevenLabs()

    Properties

    AudioIsolation

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

    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

    Methods

    CreateCRUDClientSettings()

    Declaration
    protected override CRUDClientSettings CreateCRUDClientSettings()
    Returns
    Type Description
    CRUDClientSettings
    Overrides
    ApiClient<ElevenLabs, ElevenLabsSettings>.CreateCRUDClientSettings()

    CreateJsonSerializerSettingsData()

    Declaration
    protected override ApiClient<ElevenLabs, ElevenLabsSettings>.JsonSerializerSettingsData CreateJsonSerializerSettingsData()
    Returns
    Type Description
    ApiClient<ElevenLabs, ElevenLabsSettings>.JsonSerializerSettingsData
    Overrides
    ApiClient<ElevenLabs, ElevenLabsSettings>.CreateJsonSerializerSettingsData()

    Implements

    IApiClient
    In this article
    Back to top Generated by DocFX