Uses of Interface
org.springframework.ai.audio.tts.TextToSpeechOptions
Packages that use TextToSpeechOptions
-
Uses of TextToSpeechOptions in org.springframework.ai.audio.tts
Classes in org.springframework.ai.audio.tts that implement TextToSpeechOptionsModifier and TypeClassDescriptionfinal class
Default implementation of theTextToSpeechOptions
interface.Methods in org.springframework.ai.audio.tts with type parameters of type TextToSpeechOptionsModifier and TypeMethodDescription<T extends TextToSpeechOptions>
TTextToSpeechOptions.copy()
Returns a copy of thisTextToSpeechOptions
.Methods in org.springframework.ai.audio.tts that return TextToSpeechOptionsModifier and TypeMethodDescriptionTextToSpeechOptions.Builder.build()
Builds theTextToSpeechOptions
.default TextToSpeechOptions
TextToSpeechModel.getDefaultOptions()
TextToSpeechPrompt.getOptions()
Methods in org.springframework.ai.audio.tts with parameters of type TextToSpeechOptionsModifier and TypeMethodDescriptionvoid
TextToSpeechPrompt.setOptions
(TextToSpeechOptions options) default reactor.core.publisher.Flux<byte[]>
StreamingTextToSpeechModel.stream
(String text, TextToSpeechOptions options) Constructors in org.springframework.ai.audio.tts with parameters of type TextToSpeechOptionsModifierConstructorDescriptionTextToSpeechPrompt
(String text, TextToSpeechOptions options) TextToSpeechPrompt
(TextToSpeechMessage message, TextToSpeechOptions options) -
Uses of TextToSpeechOptions in org.springframework.ai.elevenlabs
Classes in org.springframework.ai.elevenlabs that implement TextToSpeechOptionsModifier and TypeClassDescriptionclass
Options for ElevenLabs text-to-speech.