Class ElevenLabsClient
Inheritance
ElevenLabsClient
Inherited Members
ApiClient<ElevenLabsClient, Api, ElevenLabsSettings>.STREAMAsync<TBody, TDelta, TResult>(ICrudService, string, TBody, RequestOptions, IStreamPipeline<string, TDelta, TResult>, params RequestParameter[])
ApiClient<ElevenLabsClient, Api, ElevenLabsSettings>.STREAMAsync<TBody, TDelta, TResult>(ICrudService, string, TBody, RequestOptions, IStreamPipeline<PooledBytes, TDelta, TResult>, params RequestParameter[])
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class ElevenLabsClient : AIClient<ElevenLabsClient, ElevenLabsSettings>, IApiClient
Constructors
|
Edit this page
View Source
ElevenLabsClient()
Declaration
public ElevenLabsClient()
Properties
|
Edit this page
View Source
AudioIsolation
Declaration
public AudioIsolationService AudioIsolation { get; }
Property Value
|
Edit this page
View Source
IsFreeTier
Declaration
public static bool IsFreeTier { get; }
Property Value
|
Edit this page
View Source
Models
Declaration
public ModelService Models { get; }
Property Value
|
Edit this page
View Source
Music
Declaration
public MusicService Music { get; }
Property Value
|
Edit this page
View Source
SoundEffects
Declaration
public SoundEffectService SoundEffects { get; }
Property Value
|
Edit this page
View Source
SpeechToText
Declaration
public SpeechToTextService SpeechToText { get; }
Property Value
|
Edit this page
View Source
TextToSpeech
Declaration
public TextToSpeechService TextToSpeech { get; }
Property Value
|
Edit this page
View Source
User
Declaration
public UserService User { get; }
Property Value
|
Edit this page
View Source
UserSubscription
Declaration
public static Prefs<UserSubscription> UserSubscription { get; }
Property Value
|
Edit this page
View Source
VoiceChanger
Declaration
public VoiceChangerService VoiceChanger { get; }
Property Value
|
Edit this page
View Source
VoiceLibrary
Declaration
public VoiceLibraryService VoiceLibrary { get; }
Property Value
|
Edit this page
View Source
Voices
Declaration
public VoiceService Voices { get; }
Property Value
Methods
|
Edit this page
View Source
CreateBaseRequestParameters()
Creates the request parameters for API key, version, and beta version.
Declaration
protected override Dictionary<string, RequestParameter> CreateBaseRequestParameters()
Returns
Overrides
|
Edit this page
View Source
CreateJsonConverters()
Override this to add more JsonConverters.
Declaration
protected override List<JsonConverter> CreateJsonConverters()
Returns
| Type |
Description |
| List<JsonConverter> |
|
Overrides
|
Edit this page
View Source
IsFreeTierAsync(RequestOptions, bool)
Declaration
public static UniTask<bool> IsFreeTierAsync(RequestOptions options = null, bool force = false)
Parameters
Returns
| Type |
Description |
| UniTask<bool> |
|
Implements
Extension Methods