Uses of Class
com.google.genai.types.GenerateVideosSource
Packages that use GenerateVideosSource
-
Uses of GenerateVideosSource in com.google.genai
Methods in com.google.genai with parameters of type GenerateVideosSourceModifier and TypeMethodDescriptionAsyncModels.generateVideos
(String model, GenerateVideosSource source, GenerateVideosConfig config) Asynchronously generates videos given a GenAI model, and a GenerateVideosSource source.Models.generateVideos
(String model, GenerateVideosSource source, GenerateVideosConfig config) Generates videos given a GenAI model, and a GenerateVideosSource source. -
Uses of GenerateVideosSource in com.google.genai.types
Methods in com.google.genai.types that return GenerateVideosSourceModifier and TypeMethodDescriptionabstract GenerateVideosSource
GenerateVideosSource.Builder.build()
static GenerateVideosSource
Deserializes a JSON string to a GenerateVideosSource object.Methods in com.google.genai.types that return types with arguments of type GenerateVideosSourceModifier and TypeMethodDescriptionabstract Optional<GenerateVideosSource>
GenerateVideosParameters.source()
A set of source input(s) for video generation.Methods in com.google.genai.types with parameters of type GenerateVideosSourceModifier and TypeMethodDescriptionabstract GenerateVideosParameters.Builder
GenerateVideosParameters.Builder.source
(GenerateVideosSource source) Setter for source.