Uses of Enum Class
dev.langchain4j.community.model.dashscope.WanxImageSize
Packages that use WanxImageSize
-
Uses of WanxImageSize in dev.langchain4j.community.model.dashscope
Methods in dev.langchain4j.community.model.dashscope that return WanxImageSizeModifier and TypeMethodDescriptionstatic WanxImageSizestatic WanxImageSizeReturns the enum constant of this class with the specified name.static WanxImageSize[]WanxImageSize.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.community.model.dashscope with parameters of type WanxImageSizeConstructors in dev.langchain4j.community.model.dashscope with parameters of type WanxImageSizeModifierConstructorDescriptionWanxImageModel(String baseUrl, String apiKey, String modelName, WanxImageRefMode refMode, Float refStrength, Integer seed, WanxImageSize size, WanxImageStyle style, String negativePrompt, Boolean promptExtend, Boolean watermark)