Package ai.runapi.qwenimage.types
Class RemixImageParams.Builder
java.lang.Object
ai.runapi.qwenimage.types.RemixImageParams.Builder
- Enclosing class:
RemixImageParams
Builder for
RemixImageParams.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds immutable remix image parameters.callbackUrl(String value) Sets the webhook URL for task completion notifications.model(RemixImageModel value) Sets the model slug using a typed model value.Sets the model slug using a string value.outputFormat(String value) Sets the output format.Sets the text prompt.seed(int value) Sets the random seed.sourceImageUrl(String value) Sets the source image URL.strength(double value) Sets the strength.
-
Method Details
-
model
Sets the model slug using a typed model value. -
model
Sets the model slug using a string value. -
prompt
Sets the text prompt. -
sourceImageUrl
Sets the source image URL. -
strength
Sets the strength. -
outputFormat
Sets the output format. -
seed
Sets the random seed. -
callbackUrl
Sets the webhook URL for task completion notifications. -
build
Builds immutable remix image parameters.
-