Index

C D E F G H I L N P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

C

com.fasterxml.jackson.annotation - module com.fasterxml.jackson.annotation
 
create() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
createVoice(String, File[], String, Map<String, String>) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
CreateVoiceResponse - Class in net.andrewcpu.elevenlabs.model.response
 
CreateVoiceResponse() - Constructor for class net.andrewcpu.elevenlabs.model.response.CreateVoiceResponse
 
CreateVoiceResponse(String) - Constructor for class net.andrewcpu.elevenlabs.model.response.CreateVoiceResponse
 

D

delete() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
delete() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
Warning! This will delete the sample.
delete() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
Warning! This will delete the voice.
DELETE - Enum constant in enum net.andrewcpu.elevenlabs.enums.HttpRequestType
 
deleteHistoryItem(String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
DeleteHistoryItemRequest - Class in net.andrewcpu.elevenlabs.requests.history
 
DeleteHistoryItemRequest(String) - Constructor for class net.andrewcpu.elevenlabs.requests.history.DeleteHistoryItemRequest
 
DeleteRequest<T> - Class in net.andrewcpu.elevenlabs.requests
 
DeleteRequest(String, Class<T>) - Constructor for class net.andrewcpu.elevenlabs.requests.DeleteRequest
 
deleteSample(String, String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
DeleteSampleRequest - Class in net.andrewcpu.elevenlabs.requests.samples
 
DeleteSampleRequest(String, String) - Constructor for class net.andrewcpu.elevenlabs.requests.samples.DeleteSampleRequest
 
deleteVoice(String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
DeleteVoiceRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
DeleteVoiceRequest(String) - Constructor for class net.andrewcpu.elevenlabs.requests.voices.DeleteVoiceRequest
 
downloadAudio() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
downloadAudio() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
 
downloadHistory(String...) - Method in class net.andrewcpu.elevenlabs.model.history.History
 
downloadHistory(HistoryItem...) - Method in class net.andrewcpu.elevenlabs.model.history.History
 

E

edit() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
editVoice(String, String, File[], String, Map<String, String>) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
editVoiceSettings(String, VoiceSettings) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
ElevenLabs - Class in net.andrewcpu.elevenlabs
 
ElevenLabs() - Constructor for class net.andrewcpu.elevenlabs.ElevenLabs
 
ElevenLabsRequest<T> - Class in net.andrewcpu.elevenlabs.requests
 
ElevenLabsRequest(HttpRequestType, String, Class<T>) - Constructor for class net.andrewcpu.elevenlabs.requests.ElevenLabsRequest
 
ElevenModel - Class in net.andrewcpu.elevenlabs.model
 
ElevenModel() - Constructor for class net.andrewcpu.elevenlabs.model.ElevenModel
 
ElevenNetworkUtil - Class in net.andrewcpu.elevenlabs.util
 
ElevenNetworkUtil() - Constructor for class net.andrewcpu.elevenlabs.util.ElevenNetworkUtil
 

F

Feedback - Class in net.andrewcpu.elevenlabs.model.history
 
Feedback() - Constructor for class net.andrewcpu.elevenlabs.model.history.Feedback
 
Feedback(boolean, String, boolean, boolean, boolean, boolean, boolean, String) - Constructor for class net.andrewcpu.elevenlabs.model.history.Feedback
 
fetchSettings() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
FineTuning - Class in net.andrewcpu.elevenlabs.model.tuning
 
FineTuning() - Constructor for class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
FineTuning(String, String, boolean, boolean, String, List<VerificationAttempt>, List<String>, int, List<String>) - Constructor for class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
fromVoice(Voice) - Static method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 

G

generate(String) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generate(String, String) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generate(String, String, VoiceSettings) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generate(String, VoiceSettings) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generateStream(String) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generateStream(String, String) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generateStream(String, String, VoiceSettings) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generateStream(String, VoiceSettings) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
generateTextToSpeech(String, String, String, VoiceSettings) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
generateTextToSpeechStreamed(String, String, String, VoiceSettings) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
GenerationTypeModel - Class in net.andrewcpu.elevenlabs.model.response
 
GenerationTypeModel() - Constructor for class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
GenerationTypeModel(String, String, boolean, boolean, boolean, int, String, List<Language>) - Constructor for class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
get() - Static method in class net.andrewcpu.elevenlabs.model.history.History
 
get() - Static method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
get() - Static method in class net.andrewcpu.elevenlabs.model.user.User
 
GET - Enum constant in enum net.andrewcpu.elevenlabs.enums.HttpRequestType
 
getApiKey() - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getAudioSample(String, String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getAvailableForTiers() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getAvailableModels() - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getCategory() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getCharacterCount() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getCharacterCountChangeFrom() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getCharacterCountChangeTo() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getCharacterLimit() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getClonedByCount() - Method in class net.andrewcpu.elevenlabs.model.voice.Sharing
 
getContentType() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getCurrency() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getDateUnix() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getDateUnix() - Method in class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
getDefaultVoiceSettings() - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getDefaultVoiceSettings() - Static method in class net.andrewcpu.elevenlabs.model.voice.VoiceSettings
 
GetDefaultVoiceSettingsRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
GetDefaultVoiceSettingsRequest() - Constructor for class net.andrewcpu.elevenlabs.requests.voices.GetDefaultVoiceSettingsRequest
 
getDescription() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
getDescription() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getDescription() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
getDescription() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostAddVoiceRequest
 
getDescription() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceRequest
 
getDetails() - Method in class net.andrewcpu.elevenlabs.model.error.ValidationError
 
getEndpoint() - Method in class net.andrewcpu.elevenlabs.requests.ElevenLabsRequest
 
getFeedback() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
getFeedback() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getFileName() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
 
getFiles() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
getFineTuning() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getFinetuningState() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
getHash() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
 
getHistory() - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getHistoryIds() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItemList
 
getHistoryItem(String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getHistoryItem(String) - Method in class net.andrewcpu.elevenlabs.model.history.History
 
getHistoryItemAudio(String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getHistoryItemAudio(String...) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
GetHistoryItemAudioRequest - Class in net.andrewcpu.elevenlabs.requests.history
 
GetHistoryItemAudioRequest(String) - Constructor for class net.andrewcpu.elevenlabs.requests.history.GetHistoryItemAudioRequest
 
GetHistoryItemByIdRequest - Class in net.andrewcpu.elevenlabs.requests.history
 
GetHistoryItemByIdRequest(String) - Constructor for class net.andrewcpu.elevenlabs.requests.history.GetHistoryItemByIdRequest
 
getHistoryItemId() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getHistoryItems() - Method in class net.andrewcpu.elevenlabs.model.history.History
 
getHistoryItemSampleId() - Method in class net.andrewcpu.elevenlabs.model.voice.Sharing
 
GetHistoryRequest - Class in net.andrewcpu.elevenlabs.requests.history
 
GetHistoryRequest() - Constructor for class net.andrewcpu.elevenlabs.requests.history.GetHistoryRequest
 
getLabels() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getLabels() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
getLabels() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostAddVoiceRequest
 
getLabels() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceRequest
 
getLanguage() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
getLanguageId() - Method in class net.andrewcpu.elevenlabs.model.Language
 
getLanguages() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
getLastHistoryItemId() - Method in class net.andrewcpu.elevenlabs.model.history.History
 
getLevenshteinDistance() - Method in class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
getLikedByCount() - Method in class net.andrewcpu.elevenlabs.model.voice.Sharing
 
getLocations() - Method in class net.andrewcpu.elevenlabs.model.error.ValidationErrorDetail
 
getMessage() - Method in class net.andrewcpu.elevenlabs.model.error.ValidationErrorDetail
 
getMimeType() - Method in class net.andrewcpu.elevenlabs.model.tuning.Recording
 
getMimeType() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
 
getModelId() - Method in class net.andrewcpu.elevenlabs.model.request.TextToSpeechRequest
 
getModelId() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
getModelId() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
GetModelsRequest - Class in net.andrewcpu.elevenlabs.requests.models
 
GetModelsRequest() - Constructor for class net.andrewcpu.elevenlabs.requests.models.GetModelsRequest
 
getName() - Method in class net.andrewcpu.elevenlabs.model.Language
 
getName() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
getName() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getName() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
getName() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostAddVoiceRequest
 
getName() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceRequest
 
getNextCharacterCountResetUnix() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getOriginalVoiceId() - Method in class net.andrewcpu.elevenlabs.model.voice.Sharing
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.ElevenLabsRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.history.DeleteHistoryItemRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.history.GetHistoryItemAudioRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.history.GetHistoryItemByIdRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.history.GetHistoryRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.history.PostDownloadHistoryItemsRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.models.GetModelsRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.samples.DeleteSampleRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.samples.GetSampleRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.tts.PostTextToSpeechRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.tts.PostTextToSpeechStreamedRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.user.GetSubscriptionRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.user.GetUserRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.DeleteVoiceRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.GetDefaultVoiceSettingsRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.GetVoiceRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.GetVoiceSettingsRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.GetVoicesRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostAddVoiceRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceRequest
 
getPayload() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceSettingsRequest
 
getPreviewUrl() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getProfessionalVoiceLimit() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getPublicOwnerId() - Method in class net.andrewcpu.elevenlabs.model.voice.Sharing
 
getRecording() - Method in class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
getRecordingId() - Method in class net.andrewcpu.elevenlabs.model.tuning.Recording
 
getRequest(HttpRequestType, String) - Static method in class net.andrewcpu.elevenlabs.util.ElevenNetworkUtil
 
getRequest(HttpRequestType, String, Object) - Static method in class net.andrewcpu.elevenlabs.util.ElevenNetworkUtil
 
GetRequest<T> - Class in net.andrewcpu.elevenlabs.requests
 
GetRequest(String, Class<T>) - Constructor for class net.andrewcpu.elevenlabs.requests.GetRequest
 
getRequestId() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getResponseClass() - Method in class net.andrewcpu.elevenlabs.requests.ElevenLabsRequest
 
getReviewStatus() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
getSampleId() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
 
GetSampleRequest - Class in net.andrewcpu.elevenlabs.requests.samples
 
GetSampleRequest(String, String) - Constructor for class net.andrewcpu.elevenlabs.requests.samples.GetSampleRequest
 
getSamples() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getSamples() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostAddVoiceRequest
 
getSamples() - Method in class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceRequest
 
getSettings() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getSettings() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getSharing() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getSimilarity() - Method in class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
getSimilarityBoost() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceSettings
 
getSizeBytes() - Method in class net.andrewcpu.elevenlabs.model.tuning.Recording
 
getSizeBytes() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
 
getSliceIds() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
getStability() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceSettings
 
getState() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getStatus() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getStatus() - Method in class net.andrewcpu.elevenlabs.model.voice.Sharing
 
getSubscription() - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getSubscription() - Method in class net.andrewcpu.elevenlabs.model.user.User
 
GetSubscriptionRequest - Class in net.andrewcpu.elevenlabs.requests.user
 
GetSubscriptionRequest() - Constructor for class net.andrewcpu.elevenlabs.requests.user.GetSubscriptionRequest
 
getText() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getText() - Method in class net.andrewcpu.elevenlabs.model.request.TextToSpeechRequest
 
getText() - Method in class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
getTier() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getTokenCostFactor() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
getTranscription() - Method in class net.andrewcpu.elevenlabs.model.tuning.Recording
 
getType() - Method in class net.andrewcpu.elevenlabs.model.error.ValidationErrorDetail
 
getType() - Method in class net.andrewcpu.elevenlabs.requests.ElevenLabsRequest
 
getUploadDateUnix() - Method in class net.andrewcpu.elevenlabs.model.tuning.Recording
 
getUser() - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
GetUserRequest - Class in net.andrewcpu.elevenlabs.requests.user
 
GetUserRequest() - Constructor for class net.andrewcpu.elevenlabs.requests.user.GetUserRequest
 
getVerificationAttempts() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
getVerificationAttemptsCount() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
getVerificationFailures() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
getVoice(String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getVoice(String) - Static method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getVoice(String, boolean) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getVoice(String, boolean) - Static method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getVoiceId() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
getVoiceId() - Method in class net.andrewcpu.elevenlabs.model.response.CreateVoiceResponse
 
getVoiceId() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getVoiceLimit() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
getVoiceName() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
GetVoiceRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
GetVoiceRequest(String) - Constructor for class net.andrewcpu.elevenlabs.requests.voices.GetVoiceRequest
 
GetVoiceRequest(String, boolean) - Constructor for class net.andrewcpu.elevenlabs.requests.voices.GetVoiceRequest
 
getVoices() - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
getVoices() - Method in class net.andrewcpu.elevenlabs.model.response.VoiceModelResponse
 
getVoices() - Static method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
getVoiceSettings() - Method in class net.andrewcpu.elevenlabs.model.request.TextToSpeechRequest
 
getVoiceSettings(String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
GetVoiceSettingsRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
GetVoiceSettingsRequest(String) - Constructor for class net.andrewcpu.elevenlabs.requests.voices.GetVoiceSettingsRequest
 
GetVoicesRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
GetVoicesRequest() - Constructor for class net.andrewcpu.elevenlabs.requests.voices.GetVoicesRequest
 
getXiApiKey() - Method in class net.andrewcpu.elevenlabs.model.user.User
 

H

History - Class in net.andrewcpu.elevenlabs.model.history
 
History() - Constructor for class net.andrewcpu.elevenlabs.model.history.History
 
History(List<HistoryItem>) - Constructor for class net.andrewcpu.elevenlabs.model.history.History
 
HistoryItem - Class in net.andrewcpu.elevenlabs.model.history
 
HistoryItem() - Constructor for class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
HistoryItem(String, String, String, String, String, long, int, int, String, String, Map<String, Object>, Feedback) - Constructor for class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
HistoryItemList - Class in net.andrewcpu.elevenlabs.model.history
 
HistoryItemList() - Constructor for class net.andrewcpu.elevenlabs.model.history.HistoryItemList
 
HistoryItemList(List<String>) - Constructor for class net.andrewcpu.elevenlabs.model.history.HistoryItemList
 
HttpRequestType - Enum in net.andrewcpu.elevenlabs.enums
 

I

isAccepted() - Method in class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
isAllowedToExtendCharacterLimit() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
isAllowedToFineTune() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
isAudioQuality() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
isCanBeFinetuned() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
isCanDoTextToSpeech() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
isCanDoVoiceConversion() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
isCanExtendCharacterLimit() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
isCanExtendVoiceLimit() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
isCanUseDelayedPaymentMethods() - Method in class net.andrewcpu.elevenlabs.model.user.User
 
isCanUseInstantVoiceCloning() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
isCanUseProfessionalVoiceCloning() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
isEmotions() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
isFineTuningRequested() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
isGlitches() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
isHasMore() - Method in class net.andrewcpu.elevenlabs.model.history.History
 
isInaccurateClone() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
isNewUser() - Method in class net.andrewcpu.elevenlabs.model.user.User
 
isOther() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
isThumbsUp() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 

L

Language - Class in net.andrewcpu.elevenlabs.model
 
Language() - Constructor for class net.andrewcpu.elevenlabs.model.Language
 
Language(String, String) - Constructor for class net.andrewcpu.elevenlabs.model.Language
 

N

net.andrewcpu.elevenlabs - package net.andrewcpu.elevenlabs
 
net.andrewcpu.elevenlabs.enums - package net.andrewcpu.elevenlabs.enums
 
net.andrewcpu.elevenlabs.exceptions - package net.andrewcpu.elevenlabs.exceptions
 
net.andrewcpu.elevenlabs.model - package net.andrewcpu.elevenlabs.model
 
net.andrewcpu.elevenlabs.model.error - package net.andrewcpu.elevenlabs.model.error
 
net.andrewcpu.elevenlabs.model.history - package net.andrewcpu.elevenlabs.model.history
 
net.andrewcpu.elevenlabs.model.request - package net.andrewcpu.elevenlabs.model.request
 
net.andrewcpu.elevenlabs.model.response - package net.andrewcpu.elevenlabs.model.response
 
net.andrewcpu.elevenlabs.model.tuning - package net.andrewcpu.elevenlabs.model.tuning
 
net.andrewcpu.elevenlabs.model.user - package net.andrewcpu.elevenlabs.model.user
 
net.andrewcpu.elevenlabs.model.voice - package net.andrewcpu.elevenlabs.model.voice
 
net.andrewcpu.elevenlabs.requests - package net.andrewcpu.elevenlabs.requests
 
net.andrewcpu.elevenlabs.requests.history - package net.andrewcpu.elevenlabs.requests.history
 
net.andrewcpu.elevenlabs.requests.models - package net.andrewcpu.elevenlabs.requests.models
 
net.andrewcpu.elevenlabs.requests.samples - package net.andrewcpu.elevenlabs.requests.samples
 
net.andrewcpu.elevenlabs.requests.tts - package net.andrewcpu.elevenlabs.requests.tts
 
net.andrewcpu.elevenlabs.requests.user - package net.andrewcpu.elevenlabs.requests.user
 
net.andrewcpu.elevenlabs.requests.voices - package net.andrewcpu.elevenlabs.requests.voices
 
net.andrewcpu.elevenlabs.util - package net.andrewcpu.elevenlabs.util
 

P

POST - Enum constant in enum net.andrewcpu.elevenlabs.enums.HttpRequestType
 
PostAddVoiceRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
PostAddVoiceRequest(String, File[], String, Map<String, String>) - Constructor for class net.andrewcpu.elevenlabs.requests.voices.PostAddVoiceRequest
 
PostDownloadHistoryItemsRequest - Class in net.andrewcpu.elevenlabs.requests.history
 
PostDownloadHistoryItemsRequest(String...) - Constructor for class net.andrewcpu.elevenlabs.requests.history.PostDownloadHistoryItemsRequest
 
PostEditVoiceRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
PostEditVoiceRequest(String, String, File[], String, Map<String, String>) - Constructor for class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceRequest
 
PostEditVoiceSettingsRequest - Class in net.andrewcpu.elevenlabs.requests.voices
 
PostEditVoiceSettingsRequest(String, VoiceSettings) - Constructor for class net.andrewcpu.elevenlabs.requests.voices.PostEditVoiceSettingsRequest
 
PostRequest<T> - Class in net.andrewcpu.elevenlabs.requests
 
PostRequest(String, Class<T>) - Constructor for class net.andrewcpu.elevenlabs.requests.PostRequest
 
PostTextToSpeechRequest - Class in net.andrewcpu.elevenlabs.requests.tts
 
PostTextToSpeechRequest(String, TextToSpeechRequest) - Constructor for class net.andrewcpu.elevenlabs.requests.tts.PostTextToSpeechRequest
 
PostTextToSpeechStreamedRequest - Class in net.andrewcpu.elevenlabs.requests.tts
 
PostTextToSpeechStreamedRequest(String, TextToSpeechRequest) - Constructor for class net.andrewcpu.elevenlabs.requests.tts.PostTextToSpeechStreamedRequest
 
PUT - Enum constant in enum net.andrewcpu.elevenlabs.enums.HttpRequestType
 
PutRequest<T> - Class in net.andrewcpu.elevenlabs.requests
 
PutRequest(String, Class<T>) - Constructor for class net.andrewcpu.elevenlabs.requests.PutRequest
 

R

Recording - Class in net.andrewcpu.elevenlabs.model.tuning
 
Recording() - Constructor for class net.andrewcpu.elevenlabs.model.tuning.Recording
 
Recording(String, String, long, long, String) - Constructor for class net.andrewcpu.elevenlabs.model.tuning.Recording
 
refresh() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
RequestException - Exception in net.andrewcpu.elevenlabs.exceptions
 
RequestException(String) - Constructor for exception net.andrewcpu.elevenlabs.exceptions.RequestException
 

S

Sample - Class in net.andrewcpu.elevenlabs.model.voice
 
Sample() - Constructor for class net.andrewcpu.elevenlabs.model.voice.Sample
 
Sample(String, String, String, long, String) - Constructor for class net.andrewcpu.elevenlabs.model.voice.Sample
 
sendRequest(HttpRequestType, String, Object, Class<T>) - Static method in class net.andrewcpu.elevenlabs.util.ElevenNetworkUtil
 
setApiKey(String) - Static method in class net.andrewcpu.elevenlabs.ElevenLabs
 
Sharing - Class in net.andrewcpu.elevenlabs.model.voice
 
Sharing() - Constructor for class net.andrewcpu.elevenlabs.model.voice.Sharing
 
Sharing(String, String, String, String, int, int) - Constructor for class net.andrewcpu.elevenlabs.model.voice.Sharing
 
Subscription - Class in net.andrewcpu.elevenlabs.model.user
 
Subscription() - Constructor for class net.andrewcpu.elevenlabs.model.user.Subscription
 
Subscription(String, int, int, boolean, boolean, long, int, int, boolean, boolean, boolean, String, String) - Constructor for class net.andrewcpu.elevenlabs.model.user.Subscription
 

T

TextToSpeechRequest - Class in net.andrewcpu.elevenlabs.model.request
 
TextToSpeechRequest() - Constructor for class net.andrewcpu.elevenlabs.model.request.TextToSpeechRequest
 
TextToSpeechRequest(String, String, VoiceSettings) - Constructor for class net.andrewcpu.elevenlabs.model.request.TextToSpeechRequest
 
toString() - Method in class net.andrewcpu.elevenlabs.model.error.ValidationError
 
toString() - Method in class net.andrewcpu.elevenlabs.model.error.ValidationErrorDetail
 
toString() - Method in class net.andrewcpu.elevenlabs.model.history.Feedback
 
toString() - Method in class net.andrewcpu.elevenlabs.model.history.History
 
toString() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItem
 
toString() - Method in class net.andrewcpu.elevenlabs.model.history.HistoryItemList
 
toString() - Method in class net.andrewcpu.elevenlabs.model.Language
 
toString() - Method in class net.andrewcpu.elevenlabs.model.request.TextToSpeechRequest
 
toString() - Method in class net.andrewcpu.elevenlabs.model.response.CreateVoiceResponse
 
toString() - Method in class net.andrewcpu.elevenlabs.model.response.GenerationTypeModel
 
toString() - Method in class net.andrewcpu.elevenlabs.model.response.VoiceModelResponse
 
toString() - Method in class net.andrewcpu.elevenlabs.model.tuning.FineTuning
 
toString() - Method in class net.andrewcpu.elevenlabs.model.tuning.Recording
 
toString() - Method in class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
toString() - Method in class net.andrewcpu.elevenlabs.model.user.Subscription
 
toString() - Method in class net.andrewcpu.elevenlabs.model.user.User
 
toString() - Method in class net.andrewcpu.elevenlabs.model.voice.Sample
 
toString() - Method in class net.andrewcpu.elevenlabs.model.voice.Sharing
 
toString() - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
toString() - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceSettings
 

U

updateVoiceSettings(VoiceSettings) - Method in class net.andrewcpu.elevenlabs.model.voice.Voice
 
User - Class in net.andrewcpu.elevenlabs.model.user
 
User() - Constructor for class net.andrewcpu.elevenlabs.model.user.User
 
User(Subscription, boolean, String, boolean) - Constructor for class net.andrewcpu.elevenlabs.model.user.User
 

V

ValidationError - Class in net.andrewcpu.elevenlabs.model.error
 
ValidationError() - Constructor for class net.andrewcpu.elevenlabs.model.error.ValidationError
 
ValidationError(List<ValidationErrorDetail>) - Constructor for class net.andrewcpu.elevenlabs.model.error.ValidationError
 
ValidationErrorDetail - Class in net.andrewcpu.elevenlabs.model.error
 
ValidationErrorDetail() - Constructor for class net.andrewcpu.elevenlabs.model.error.ValidationErrorDetail
 
ValidationErrorDetail(List, String, String) - Constructor for class net.andrewcpu.elevenlabs.model.error.ValidationErrorDetail
 
ValidationException - Exception in net.andrewcpu.elevenlabs.exceptions
 
ValidationException(ValidationError) - Constructor for exception net.andrewcpu.elevenlabs.exceptions.ValidationException
 
valueOf(String) - Static method in enum net.andrewcpu.elevenlabs.enums.HttpRequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.andrewcpu.elevenlabs.enums.HttpRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationAttempt - Class in net.andrewcpu.elevenlabs.model.tuning
 
VerificationAttempt() - Constructor for class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
VerificationAttempt(String, long, boolean, double, double, Recording) - Constructor for class net.andrewcpu.elevenlabs.model.tuning.VerificationAttempt
 
voice - Variable in class net.andrewcpu.elevenlabs.model.voice.Sample
 
Voice - Class in net.andrewcpu.elevenlabs.model.voice
 
Voice() - Constructor for class net.andrewcpu.elevenlabs.model.voice.Voice
 
VoiceBuilder - Class in net.andrewcpu.elevenlabs.model.voice
 
VoiceBuilder() - Constructor for class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
VoiceBuilder(Voice) - Constructor for class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
VoiceModelResponse - Class in net.andrewcpu.elevenlabs.model.response
 
VoiceModelResponse() - Constructor for class net.andrewcpu.elevenlabs.model.response.VoiceModelResponse
 
VoiceModelResponse(List<Voice>) - Constructor for class net.andrewcpu.elevenlabs.model.response.VoiceModelResponse
 
VoiceSettings - Class in net.andrewcpu.elevenlabs.model.voice
 
VoiceSettings() - Constructor for class net.andrewcpu.elevenlabs.model.voice.VoiceSettings
 
VoiceSettings(double, double) - Constructor for class net.andrewcpu.elevenlabs.model.voice.VoiceSettings
 

W

withDescription(String) - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
withFile(File) - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
withFiles(List<File>) - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
withLabel(String, String) - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
withLabels(Map<String, String>) - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
withName(String) - Method in class net.andrewcpu.elevenlabs.model.voice.VoiceBuilder
 
C D E F G H I L N P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form