Package dev.langchain4j.data.video
Class Video
java.lang.Object
dev.langchain4j.data.video.Video
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the base64 data of the video.static Video.Builder
builder()
Create a newVideo.Builder
.boolean
int
hashCode()
mimeType()
Get the mime type of the video.toString()
url()
Get the url of the video.
-
Method Details
-
builder
Create a newVideo.Builder
.- Returns:
- the new
Video.Builder
.
-
url
Get the url of the video.- Returns:
- the url of the video, or null if not set.
-
base64Data
Get the base64 data of the video.- Returns:
- the base64 data of the video, or null if not set.
-
mimeType
Get the mime type of the video.- Returns:
- the mime type of the video, or null if not set.
-
equals
-
hashCode
public int hashCode() -
toString
-