Uses of Enum Class
org.springframework.ai.google.genai.image.GoogleGenAiImageOptions.PersonGeneration
-
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)