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 TypeClassDescriptionclassDefault implementation of theTextToSpeechOptionsinterface.Methods in org.springframework.ai.audio.tts that return TextToSpeechOptionsModifier and TypeMethodDescriptionTextToSpeechOptions.Builder.build()Builds theTextToSpeechOptions.default TextToSpeechOptionsTextToSpeechModel.getDefaultOptions()Deprecated, for removal: This API element is subject to removal in a future version.default TextToSpeechOptionsTextToSpeechModel.getOptions()Gets the options for this model.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 TypeClassDescriptionclassConfiguration options for OpenAI text-to-speech using the OpenAI Java SDK.Methods in org.springframework.ai.openai that return TextToSpeechOptionsModifier and TypeMethodDescriptionOpenAiAudioSpeechModel.getDefaultOptions()Deprecated, for removal: This API element is subject to removal in a future version.useOpenAiAudioSpeechModel.getOptions()instead.Methods in org.springframework.ai.openai with parameters of type TextToSpeechOptionsModifier and TypeMethodDescriptionOpenAiAudioSpeechOptions.Builder.merge(@Nullable TextToSpeechOptions from)
TextToSpeechModel.getOptions()instead.