Uses of Class
org.springframework.ai.elevenlabs.ElevenLabsTextToSpeechOptions
Packages that use ElevenLabsTextToSpeechOptions
Package
Description
-
Uses of ElevenLabsTextToSpeechOptions in org.springframework.ai.elevenlabs
Methods in org.springframework.ai.elevenlabs that return ElevenLabsTextToSpeechOptionsModifier and TypeMethodDescriptionElevenLabsTextToSpeechOptions.Builder.build()
ElevenLabsTextToSpeechOptions.copy()
ElevenLabsTextToSpeechModel.getDefaultOptions()
Methods in org.springframework.ai.elevenlabs with parameters of type ElevenLabsTextToSpeechOptionsModifier and TypeMethodDescriptionElevenLabsTextToSpeechModel.Builder.defaultOptions
(ElevenLabsTextToSpeechOptions defaultOptions) Constructors in org.springframework.ai.elevenlabs with parameters of type ElevenLabsTextToSpeechOptionsModifierConstructorDescriptionElevenLabsTextToSpeechModel
(ElevenLabsApi elevenLabsApi, ElevenLabsTextToSpeechOptions defaultOptions) ElevenLabsTextToSpeechModel
(ElevenLabsApi elevenLabsApi, ElevenLabsTextToSpeechOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate) -
Uses of ElevenLabsTextToSpeechOptions in org.springframework.ai.model.elevenlabs.autoconfigure
Methods in org.springframework.ai.model.elevenlabs.autoconfigure that return ElevenLabsTextToSpeechOptions