Uses of Interface
org.springframework.ai.audio.tts.TextToSpeechOptions
Packages that use TextToSpeechOptions
Package
Description
-
Uses of TextToSpeechOptions in org.springframework.ai.audio.tts
Classes in org.springframework.ai.audio.tts that implement TextToSpeechOptionsModifier and TypeClassDescriptionfinal classDefault implementation of theTextToSpeechOptionsinterface.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 TextToSpeechOptionsTextToSpeechModel.getDefaultOptions()TextToSpeechPrompt.getOptions()Methods in org.springframework.ai.audio.tts with parameters of type TextToSpeechOptionsModifier and TypeMethodDescriptionvoidTextToSpeechPrompt.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 TypeClassDescriptionclassOptions for ElevenLabs text-to-speech. -
Uses of TextToSpeechOptions in org.springframework.ai.openai
Classes in org.springframework.ai.openai that implement TextToSpeechOptionsModifier and TypeClassDescriptionclassOptions for OpenAI text to audio - speech synthesis.Methods in org.springframework.ai.openai that return TextToSpeechOptions