Uses of Class
dev.langchain4j.data.audio.Audio
Packages that use Audio
Package
Description
-
Uses of Audio in dev.langchain4j.data.audio
Methods in dev.langchain4j.data.audio that return Audio -
Uses of Audio in dev.langchain4j.data.message
Methods in dev.langchain4j.data.message that return AudioMethods in dev.langchain4j.data.message with parameters of type AudioModifier and TypeMethodDescriptionstatic AudioContentCreate a newAudioContentfrom the given Audio.Constructors in dev.langchain4j.data.message with parameters of type AudioModifierConstructorDescriptionAudioContent(Audio audio) Create a newAudioContentfrom the given Audio. -
Uses of Audio in dev.langchain4j.model.audio
Methods in dev.langchain4j.model.audio that return AudioMethods in dev.langchain4j.model.audio with parameters of type AudioModifier and TypeMethodDescriptionSets the audio data to transcribe.static TextToSpeechResponseCreates a new response with the given audio.default StringAudioTranscriptionModel.transcribeToText(Audio audio) Convenience method for simple transcription needs.Constructors in dev.langchain4j.model.audio with parameters of type AudioModifierConstructorDescriptionTextToSpeechResponse(Audio audio) Creates a new response with the given audio. -
Uses of Audio in dev.langchain4j.model.openai.internal.audio.transcription
Methods in dev.langchain4j.model.openai.internal.audio.transcription with parameters of type Audio