Package ai.runapi.recraft.types
Class UpscaleImageParams.Builder
java.lang.Object
ai.runapi.recraft.types.UpscaleImageParams.Builder
- Enclosing class:
- UpscaleImageParams
Builder for
UpscaleImageParams.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds immutable upscale image parameters.callbackUrl(String value) Sets the webhook URL for task completion notifications.model(UpscaleImageModel value) Sets the model slug using a typed model value.Sets the model slug using a string value.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. -
sourceImageUrl
Sets the source image URL. -
callbackUrl
Sets the webhook URL for task completion notifications. -
build
Builds immutable upscale image parameters.
-