Uses of Class
com.google.genai.types.GeneratedVideo
Packages that use GeneratedVideo
-
Uses of GeneratedVideo in com.google.genai
Methods in com.google.genai with parameters of type GeneratedVideoModifier and TypeMethodDescriptionAsyncFiles.download
(GeneratedVideo video, String downloadPath, DownloadFileConfig config) Asynchronously downloads a generated video from the GenAI API to the provided path.void
Files.download
(GeneratedVideo generatedVideo, String downloadPath, DownloadFileConfig config) Downloads a generated video from the API. -
Uses of GeneratedVideo in com.google.genai.types
Methods in com.google.genai.types that return GeneratedVideoModifier and TypeMethodDescriptionabstract GeneratedVideo
GeneratedVideo.Builder.build()
static GeneratedVideo
Deserializes a JSON string to a GeneratedVideo object.Methods in com.google.genai.types that return types with arguments of type GeneratedVideoModifier and TypeMethodDescriptionabstract Optional<List<GeneratedVideo>>
GenerateVideosResponse.generatedVideos()
List of the generated videosMethods in com.google.genai.types with parameters of type GeneratedVideoModifier and TypeMethodDescriptionGenerateVideosResponse.Builder.generatedVideos
(GeneratedVideo... generatedVideos) Setter for generatedVideos.Method parameters in com.google.genai.types with type arguments of type GeneratedVideoModifier and TypeMethodDescriptionabstract GenerateVideosResponse.Builder
GenerateVideosResponse.Builder.generatedVideos
(List<GeneratedVideo> generatedVideos) Setter for generatedVideos.