Uses of Enum Class
org.springframework.ai.google.genai.image.GoogleGenAiImageOptions.PersonGeneration
Packages that use GoogleGenAiImageOptions.PersonGeneration
Package
Description
Google GenAI image generation support for Spring AI.
Auto-configuration for Google GenAI image generation.
-
Uses of GoogleGenAiImageOptions.PersonGeneration in org.springframework.ai.google.genai.image
Methods in org.springframework.ai.google.genai.image that return GoogleGenAiImageOptions.PersonGenerationModifier and TypeMethodDescription@Nullable GoogleGenAiImageOptions.PersonGenerationGoogleGenAiImageOptions.getPersonGeneration()Returns the enum constant of this class with the specified name.GoogleGenAiImageOptions.PersonGeneration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.google.genai.image with parameters of type GoogleGenAiImageOptions.PersonGenerationModifier and TypeMethodDescriptionGoogleGenAiImageOptions.Builder.personGeneration(@Nullable GoogleGenAiImageOptions.PersonGeneration personGeneration) Constructors in org.springframework.ai.google.genai.image with parameters of type GoogleGenAiImageOptions.PersonGenerationModifierConstructorDescriptionprotectedGoogleGenAiImageOptions(@Nullable String model, @Nullable Integer n, @Nullable String aspectRatio, @Nullable Integer seed, @Nullable GoogleGenAiImageOptions.SafetyFilterLevel safetyFilterLevel, @Nullable GoogleGenAiImageOptions.PersonGeneration personGeneration, @Nullable String outputMimeType, @Nullable Integer outputCompressionQuality, @Nullable Map<String, String> labels, @Nullable String imageSize, @Nullable Float temperature, @Nullable Float topP, @Nullable Float topK, @Nullable Integer maxOutputTokens) -
Uses of GoogleGenAiImageOptions.PersonGeneration in org.springframework.ai.model.google.genai.autoconfigure.image
Methods in org.springframework.ai.model.google.genai.autoconfigure.image that return GoogleGenAiImageOptions.PersonGenerationModifier and TypeMethodDescription@Nullable GoogleGenAiImageOptions.PersonGenerationGoogleGenAiImageProperties.getPersonGeneration()Methods in org.springframework.ai.model.google.genai.autoconfigure.image with parameters of type GoogleGenAiImageOptions.PersonGenerationModifier and TypeMethodDescriptionvoidGoogleGenAiImageProperties.setPersonGeneration(@Nullable GoogleGenAiImageOptions.PersonGeneration personGeneration)