Package ai.runapi.qwenimage.types
Class EditImageParams.Builder
java.lang.Object
ai.runapi.qwenimage.types.EditImageParams.Builder
- Enclosing class:
EditImageParams
Builder for
EditImageParams.-
Method Summary
Modifier and TypeMethodDescriptionaspectRatio(String value) Sets the output aspect ratio.build()Builds immutable edit image parameters.callbackUrl(String value) Sets the webhook URL for task completion notifications.model(EditImageModel 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.
-
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. -
aspectRatio
Sets the output aspect ratio. -
outputFormat
Sets the output format. -
seed
Sets the random seed. -
callbackUrl
Sets the webhook URL for task completion notifications. -
build
Builds immutable edit image parameters.
-