Uses of Class
com.google.genai.types.VideoGenerationMask
Packages that use VideoGenerationMask
-
Uses of VideoGenerationMask in com.google.genai.types
Methods in com.google.genai.types that return VideoGenerationMaskModifier and TypeMethodDescriptionabstract VideoGenerationMask
VideoGenerationMask.Builder.build()
static VideoGenerationMask
Deserializes a JSON string to a VideoGenerationMask object.Methods in com.google.genai.types that return types with arguments of type VideoGenerationMaskModifier and TypeMethodDescriptionabstract Optional<VideoGenerationMask>
GenerateVideosConfig.mask()
The mask to use for generating videos.Methods in com.google.genai.types with parameters of type VideoGenerationMaskModifier and TypeMethodDescriptionabstract GenerateVideosConfig.Builder
GenerateVideosConfig.Builder.mask
(VideoGenerationMask mask) Setter for mask.