Uses of Class
org.springframework.ai.openai.audio.speech.Speech
Packages that use Speech
-
Uses of Speech in org.springframework.ai.openai.audio.speech
Methods in org.springframework.ai.openai.audio.speech that return SpeechModifier and TypeMethodDescriptionSpeechResponse.getResult()
Speech.withSpeechMetadata
(OpenAiAudioSpeechMetadata speechMetadata) Methods in org.springframework.ai.openai.audio.speech that return types with arguments of type SpeechConstructors in org.springframework.ai.openai.audio.speech with parameters of type SpeechModifierConstructorDescriptionSpeechResponse
(Speech speech) Creates a new instance of SpeechResponse with the given speech result.SpeechResponse
(Speech speech, OpenAiAudioSpeechResponseMetadata speechResponseMetadata) Creates a new instance of SpeechResponse with the given speech result and speech response metadata.