Uses of Enum Class
org.springframework.ai.google.genai.image.GoogleGenAiImageOptions.SafetyFilterLevel
-
Uses of GoogleGenAiImageOptions.SafetyFilterLevel in org.springframework.ai.google.genai.image
Methods in org.springframework.ai.google.genai.image that return GoogleGenAiImageOptions.SafetyFilterLevelModifier and TypeMethodDescriptionGoogleGenAiImageOptions.getSafetyFilterLevel()Returns the enum constant of this class with the specified name.GoogleGenAiImageOptions.SafetyFilterLevel.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.SafetyFilterLevelModifier and TypeMethodDescriptionGoogleGenAiImageOptions.Builder.safetyFilterLevel(@Nullable GoogleGenAiImageOptions.SafetyFilterLevel safetyFilterLevel) Constructors in org.springframework.ai.google.genai.image with parameters of type GoogleGenAiImageOptions.SafetyFilterLevelModifierConstructorDescriptionprotectedGoogleGenAiImageOptions(@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)