Uses of Class
dev.langchain4j.data.audio.Audio.Builder
Packages that use Audio.Builder
-
Uses of Audio.Builder in dev.langchain4j.data.audio
Methods in dev.langchain4j.data.audio that return Audio.BuilderModifier and TypeMethodDescriptionAudio.Builder.base64Data
(String base64Data) Set the Base64 encoded string representation of the audio data.Audio.Builder.binaryData
(byte[] binaryData) Set the raw binary data of the audio as a byte array.static Audio.Builder
Audio.builder()
Create a newAudio.Builder
.Set the mime type of the audio.Set the url of the audio.Set the url of the audio.