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 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)
TextToSpeechModel.getOptions()instead.