Uses of Enum Class
dev.langchain4j.community.model.dashscope.WanxImageRefMode
Packages that use WanxImageRefMode
-
Uses of WanxImageRefMode in dev.langchain4j.community.model.dashscope
Methods in dev.langchain4j.community.model.dashscope that return WanxImageRefModeModifier and TypeMethodDescriptionstatic WanxImageRefModeReturns the enum constant of this class with the specified name.static WanxImageRefMode[]WanxImageRefMode.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 WanxImageRefModeModifier and TypeMethodDescriptionWanxImageModel.WanxImageModelBuilder.refMode(WanxImageRefMode refMode) Constructors in dev.langchain4j.community.model.dashscope with parameters of type WanxImageRefModeModifierConstructorDescriptionWanxImageModel(String baseUrl, String apiKey, String modelName, WanxImageRefMode refMode, Float refStrength, Integer seed, WanxImageSize size, WanxImageStyle style, String negativePrompt, Boolean promptExtend, Boolean watermark)