Uses of Class
com.google.genai.types.Video
Packages that use Video
-
Uses of Video in com.google.genai
Methods in com.google.genai with parameters of type VideoModifier and TypeMethodDescriptionAsyncFiles.download
(Video video, String downloadPath, DownloadFileConfig config) Asynchronously downloads a video from the GenAI API to the provided path.void
Files.download
(Video video, String downloadPath, DownloadFileConfig config) Downloads a video from the API.AsyncModels.generateVideos
(String model, String prompt, Image image, Video video, GenerateVideosConfig config) Asynchronously generates videos given a GenAI model, and an input (text, image, or video).Models.generateVideos
(String model, String prompt, Image image, Video video, GenerateVideosConfig config) Generates videos given a GenAI model, and an input (text, image, or video). -
Uses of Video in com.google.genai.types
Methods in com.google.genai.types that return VideoModifier and TypeMethodDescriptionabstract Video
Video.Builder.build()
static Video
Deserializes a JSON string to a Video object.Methods in com.google.genai.types that return types with arguments of type VideoModifier and TypeMethodDescriptionGeneratedVideo.video()
The output videoGenerateVideosParameters.video()
The input video for video extension use cases.GenerateVideosSource.video()
The input video for video extension use cases.Methods in com.google.genai.types with parameters of type VideoModifier and TypeMethodDescriptionabstract GeneratedVideo.Builder
Setter for video.abstract GenerateVideosParameters.Builder
Setter for video.abstract GenerateVideosSource.Builder
Setter for video.