Table of Contents

Class ElevenLabsClient

public class ElevenLabsClient : AIClient<ElevenLabsClient, ElevenLabsSettings>
Inheritance
object
ElevenLabsClient
Inherited Members

Constructors

ElevenLabsClient()

public ElevenLabsClient()

Properties

AudioIsolation

public AudioIsolationService AudioIsolation { get; }

Property Value

AudioIsolationService

Models

public ModelService Models { get; }

Property Value

ModelService

SoundEffects

public SoundEffectService SoundEffects { get; }

Property Value

SoundEffectService

SpeechToText

public SpeechToTextService SpeechToText { get; }

Property Value

SpeechToTextService

TextToSpeech

public TextToSpeechService TextToSpeech { get; }

Property Value

TextToSpeechService

User

public UserService User { get; }

Property Value

UserService

VoiceChanger

public VoiceChangerService VoiceChanger { get; }

Property Value

VoiceChangerService

VoiceLibrary

public VoiceLibraryService VoiceLibrary { get; }

Property Value

VoiceLibraryService

Voices

public VoiceService Voices { get; }

Property Value

VoiceService

Methods

CreateApiClientSettings()

protected override CloudApiClientSettings CreateApiClientSettings()

Returns

CloudApiClientSettings

CreateJsonConverters()

protected override List<JsonConverter> CreateJsonConverters()

Returns

List<JsonConverter>