Class ElevenLabs
Inheritance
object
RESTClient
ElevenLabs
Inherited Members
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)
Assembly: .dll
Syntax
public class ElevenLabs : AIClient<ElevenLabs>
Constructors
ElevenLabs()
Declaration
Properties
AudioIsolation
Declaration
public AudioIsolationService AudioIsolation { get; }
Property Value
DefaultInstance
The default instance of the ElevenLabsClient client.
Declaration
public static ElevenLabs DefaultInstance { get; }
Property Value
Models
Declaration
public ModelService Models { get; }
Property Value
SoundEffects
Declaration
public SoundEffectService SoundEffects { get; }
Property Value
SpeechToText
Declaration
public SpeechToTextService SpeechToText { get; }
Property Value
TextToSpeech
Declaration
public TextToSpeechService TextToSpeech { get; }
Property Value
User
Declaration
public UserService User { get; }
Property Value
VoiceChanger
Declaration
public VoiceChangerService VoiceChanger { get; }
Property Value
VoiceLibrary
Declaration
public VoiceLibraryService VoiceLibrary { get; }
Property Value
Voices
Declaration
public VoiceService Voices { get; }
Property Value