Uses of Class
com.google.genai.gaos.models.interactions.ImageConfig
Packages that use ImageConfig
-
Uses of ImageConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ImageConfigModifier and TypeMethodDescriptionImageConfig.Builder.build()ImageConfig.withAspectRatio(ImageConfigAspectRatio aspectRatio) Deprecated.ImageConfig.withImageSize(ImageConfigImageSize imageSize) Deprecated.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ImageConfigModifier and TypeMethodDescriptionGenerationConfig.imageConfig()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Methods in com.google.genai.gaos.models.interactions with parameters of type ImageConfigModifier and TypeMethodDescriptionGenerationConfig.Builder.imageConfig(ImageConfig imageConfig) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.GenerationConfig.withImageConfig(ImageConfig imageConfig) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Constructors in com.google.genai.gaos.models.interactions with parameters of type ImageConfigModifierConstructorDescriptionGenerationConfig(ImageConfig imageConfig, Integer maxOutputTokens, Integer seed, SpeechConfigUnion speechConfig, List<String> stopSequences, ThinkingLevel thinkingLevel, ThinkingSummaries thinkingSummaries, ToolChoice toolChoice, TranscriptionConfig transcriptionConfig, VideoConfig videoConfig)