Uses of Class
com.google.genai.gaos.models.interactions.VideoConfig
Packages that use VideoConfig
-
Uses of VideoConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return VideoConfigModifier and TypeMethodDescriptionVideoConfig.Builder.build()Optional task mode for video generation.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type VideoConfigModifier and TypeMethodDescriptionGenerationConfig.videoConfig()Configuration options for video generation.Methods in com.google.genai.gaos.models.interactions with parameters of type VideoConfigModifier and TypeMethodDescriptionGenerationConfig.Builder.videoConfig(VideoConfig videoConfig) Configuration options for video generation.GenerationConfig.withVideoConfig(VideoConfig videoConfig) Configuration options for video generation.Constructors in com.google.genai.gaos.models.interactions with parameters of type VideoConfigModifierConstructorDescriptionGenerationConfig(ImageConfig imageConfig, Integer maxOutputTokens, Integer seed, SpeechConfigUnion speechConfig, List<String> stopSequences, ThinkingLevel thinkingLevel, ThinkingSummaries thinkingSummaries, ToolChoice toolChoice, TranscriptionConfig transcriptionConfig, VideoConfig videoConfig)