Package ai.runapi.recraft.types
Class RemoveBackgroundModel
java.lang.Object
ai.runapi.core.types.RunApiValue
ai.runapi.recraft.types.RemoveBackgroundModel
public final class RemoveBackgroundModel
extends ai.runapi.core.types.RunApiValue
Model slug for remove background operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RemoveBackgroundModelrecraft-remove-background model slug. -
Constructor Summary
ConstructorsConstructorDescriptionRemoveBackgroundModel(String value) Creates a model value from a literal model slug. -
Method Summary
Methods inherited from class ai.runapi.core.types.RunApiValue
equals, hashCode, toString, value
-
Field Details
-
RECRAFT_REMOVE_BACKGROUND
recraft-remove-background model slug.
-
-
Constructor Details
-
RemoveBackgroundModel
Creates a model value from a literal model slug.
-