Uses of Class
org.springframework.ai.audio.transcription.AudioTranscriptionPrompt
Packages that use AudioTranscriptionPrompt
-
Uses of AudioTranscriptionPrompt in org.springframework.ai.audio.transcription
Subinterfaces with type arguments of type AudioTranscriptionPrompt in org.springframework.ai.audio.transcriptionModifier and TypeInterfaceDescriptioninterfaceA transcription model is a type of AI model that converts audio to text.Methods in org.springframework.ai.audio.transcription with parameters of type AudioTranscriptionPromptModifier and TypeMethodDescriptionTranscriptionModel.call(AudioTranscriptionPrompt transcriptionPrompt) Transcribes the audio from the given prompt.