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