Uses of Enum
com.google.genai.types.ImagePromptLanguage.Known
Packages that use ImagePromptLanguage.Known
-
Uses of ImagePromptLanguage.Known in com.google.genai.types
Methods in com.google.genai.types that return ImagePromptLanguage.KnownModifier and TypeMethodDescriptionImagePromptLanguage.knownEnum()
static ImagePromptLanguage.Known
Returns the enum constant of this type with the specified name.static ImagePromptLanguage.Known[]
ImagePromptLanguage.Known.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type ImagePromptLanguage.KnownModifier and TypeMethodDescriptionEditImageConfig.Builder.language
(ImagePromptLanguage.Known knownType) Setter for language given a known enum.GenerateImagesConfig.Builder.language
(ImagePromptLanguage.Known knownType) Setter for language given a known enum.Constructors in com.google.genai.types with parameters of type ImagePromptLanguage.Known