Package dev.langchain4j.data.audio
Class Audio
-
- All Implemented Interfaces:
public class Audio
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAudio.BuilderBuilder for Audio.
-
Method Summary
-
-
Method Detail
-
builder
static Audio.Builder builder()
Create a new Builder.
- Returns:
the new Builder.
-
base64Data
String base64Data()
Get the base64 data of the audio.
- Returns:
the base64 data of the audio, or null if not set.
-
mimeType
String mimeType()
Get the mime type of the audio.
- Returns:
the mime type of the audio, or null if not set.
-
hashCode
int hashCode()
-
-
-
-