Uses of Enum
com.google.genai.types.Modality.Known
Packages that use Modality.Known
-
Uses of Modality.Known in com.google.genai.types
Methods in com.google.genai.types that return Modality.KnownModifier and TypeMethodDescriptionModality.knownEnum()
static Modality.Known
Returns the enum constant of this type with the specified name.static Modality.Known[]
Modality.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 Modality.KnownModifier and TypeMethodDescriptionGenerationConfig.Builder.responseModalities
(Modality.Known... knownTypes) Setter for responseModalities given a varargs of known enums.LiveConnectConfig.Builder.responseModalities
(Modality.Known... knownTypes) Setter for responseModalities given a varargs of known enums.Method parameters in com.google.genai.types with type arguments of type Modality.KnownModifier and TypeMethodDescriptionGenerationConfig.Builder.responseModalitiesFromKnown
(List<Modality.Known> knownTypes) Setter for responseModalities given a list of known enums.LiveConnectConfig.Builder.responseModalitiesFromKnown
(List<Modality.Known> knownTypes) Setter for responseModalities given a list of known enums.Constructors in com.google.genai.types with parameters of type Modality.Known