Uses of Package
org.springframework.ai.openai.audio.speech
Packages that use org.springframework.ai.openai.audio.speech
-
Classes in org.springframework.ai.openai.audio.speech used by org.springframework.ai.openaiClassDescriptionThe
SpeechModel
interface provides a way to interact with the OpenAI Text-to-Speech (TTS) API.TheSpeechPrompt
class represents a request to the OpenAI Text-to-Speech (TTS) API.Creates a new instance of SpeechResponse with the given speech result.TheStreamingSpeechModel
interface provides a way to interact with the OpenAI Text-to-Speech (TTS) API using a streaming approach, allowing you to receive the generated audio in a real-time fashion. -
Classes in org.springframework.ai.openai.audio.speech used by org.springframework.ai.openai.audio.speechClassDescriptionThe Speech class represents the result of speech synthesis from an AI model.The
SpeechMessage
class represents a single text message to be converted to speech by the OpenAI TTS API.TheSpeechPrompt
class represents a request to the OpenAI Text-to-Speech (TTS) API.Creates a new instance of SpeechResponse with the given speech result.