Uses of Enum Class
io.github.glaforge.gemini.interactions.model.Content.Resolution
Packages that use Content.Resolution
-
Uses of Content.Resolution in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Content.ResolutionModifier and TypeMethodDescriptionContent.ImageContent.resolution()Returns the value of theresolutionrecord component.Content.VideoContent.resolution()Returns the value of theresolutionrecord component.static Content.ResolutionReturns the enum constant of this class with the specified name.static Content.Resolution[]Content.Resolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Content.ResolutionModifierConstructorDescriptionImageContent(String type, byte[] data, String uri, String mimeType, Content.Resolution resolution) Creates an instance of aImageContentrecord class.VideoContent(String type, byte[] data, String uri, String mimeType, Content.Resolution resolution) Creates an instance of aVideoContentrecord class.