Uses of Record Class
org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Packages that use OpenAiAudioApi.SpeechRequest
-
Uses of OpenAiAudioApi.SpeechRequest in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiAudioApi.SpeechRequestMethods in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.SpeechRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<byte[]>OpenAiAudioApi.createSpeech(OpenAiAudioApi.SpeechRequest requestBody) Request to generates audio from the input text.reactor.core.publisher.Flux<org.springframework.http.ResponseEntity<byte[]>>OpenAiAudioApi.stream(OpenAiAudioApi.SpeechRequest requestBody) Streams audio generated from the input text.