Uses of Record Class
org.springframework.ai.elevenlabs.api.ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator
Packages that use ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator
-
Uses of ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator in org.springframework.ai.elevenlabs
Methods in org.springframework.ai.elevenlabs that return types with arguments of type ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocatorModifier and TypeMethodDescriptionElevenLabsTextToSpeechOptions.getPronunciationDictionaryLocators()
Method parameters in org.springframework.ai.elevenlabs with type arguments of type ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocatorModifier and TypeMethodDescriptionElevenLabsTextToSpeechOptions.Builder.pronunciationDictionaryLocators
(List<ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator> pronunciationDictionaryLocators) void
ElevenLabsTextToSpeechOptions.setPronunciationDictionaryLocators
(List<ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator> pronunciationDictionaryLocators) -
Uses of ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator in org.springframework.ai.elevenlabs.api
Methods in org.springframework.ai.elevenlabs.api that return types with arguments of type ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocatorModifier and TypeMethodDescriptionElevenLabsApi.SpeechRequest.pronunciationDictionaryLocators()
Returns the value of thepronunciationDictionaryLocators
record component.Method parameters in org.springframework.ai.elevenlabs.api with type arguments of type ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocatorModifier and TypeMethodDescriptionElevenLabsApi.SpeechRequest.Builder.pronunciationDictionaryLocators
(List<ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator> pronunciationDictionaryLocators) Constructor parameters in org.springframework.ai.elevenlabs.api with type arguments of type ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocatorModifierConstructorDescriptionSpeechRequest
(String text, String modelId, String languageCode, ElevenLabsApi.SpeechRequest.VoiceSettings voiceSettings, List<ElevenLabsApi.SpeechRequest.PronunciationDictionaryLocator> pronunciationDictionaryLocators, Integer seed, String previousText, String nextText, List<String> previousRequestIds, List<String> nextRequestIds, ElevenLabsApi.SpeechRequest.TextNormalizationMode applyTextNormalization, Boolean applyLanguageTextNormalization) Creates an instance of aSpeechRequest
record class.