Uses of Enum Class
dev.langchain4j.model.googleai.GeminiMediaResolutionLevel
Packages that use GeminiMediaResolutionLevel
-
Uses of GeminiMediaResolutionLevel in dev.langchain4j.model.googleai
Subclasses with type arguments of type GeminiMediaResolutionLevel in dev.langchain4j.model.googleaiModifier and TypeClassDescriptionenumRepresents the media resolution levels for controlling how the Gemini API processes media inputs like images, videos, and PDF documents.Methods in dev.langchain4j.model.googleai that return GeminiMediaResolutionLevelModifier and TypeMethodDescriptionstatic GeminiMediaResolutionLevelReturns the enum constant of this class with the specified name.static GeminiMediaResolutionLevel[]GeminiMediaResolutionLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.