Package ai.runapi.wan.types
Class AnimateParams.Builder
java.lang.Object
ai.runapi.wan.types.AnimateParams.Builder
- Enclosing class:
AnimateParams
Builder for
AnimateParams.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds immutable animate parameters.callbackUrl(String value) Sets the webhook URL for task completion notifications.enableSafetyChecker(boolean value) Sets the content safety checker toggle.model(AnimateModel value) Sets the model slug using a typed model value.Sets the model slug using a string value.outputResolution(String value) Sets the output resolution.referenceVideoUrl(String value) Sets the reference video URL.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. -
referenceVideoUrl
Sets the reference video URL. -
callbackUrl
Sets the webhook URL for task completion notifications. -
outputResolution
Sets the output resolution. -
enableSafetyChecker
Sets the content safety checker toggle. -
build
Builds immutable animate parameters.
-