Uses of Class
net.andrewcpu.elevenlabs.model.request.TextToSpeechRequest
Packages that use TextToSpeechRequest
-
Uses of TextToSpeechRequest in net.andrewcpu.elevenlabs.requests.tts
Constructors in net.andrewcpu.elevenlabs.requests.tts with parameters of type TextToSpeechRequestModifierConstructorDescriptionPostTextToSpeechRequest(String voiceId, TextToSpeechRequest request) PostTextToSpeechRequest(String voiceId, TextToSpeechRequest request, GeneratedAudioOutputFormat generatedAudioOutputFormat) PostTextToSpeechRequest(String voiceId, TextToSpeechRequest request, StreamLatencyOptimization streamLatencyOptimization) PostTextToSpeechRequest(String voiceId, TextToSpeechRequest request, StreamLatencyOptimization streamLatencyOptimization, GeneratedAudioOutputFormat generatedAudioOutputFormat) PostTextToSpeechStreamedRequest(String voiceId, TextToSpeechRequest request) PostTextToSpeechStreamedRequest(String voiceId, TextToSpeechRequest request, GeneratedAudioOutputFormat generatedAudioOutputFormat) PostTextToSpeechStreamedRequest(String voiceId, TextToSpeechRequest request, StreamLatencyOptimization streamLatencyOptimization) PostTextToSpeechStreamedRequest(String voiceId, TextToSpeechRequest request, StreamLatencyOptimization streamLatencyOptimization, GeneratedAudioOutputFormat generatedAudioOutputFormat)