watermarkremoval static method
Watermark Removal Plugin
@param removetext Remove text (Default: false)
@param removelogo Remove logo (Default: false)
@param box1 Box 1 (Default: 0_0_100_100)
@param box2 Box 2 (Default: 0_0_0_0)
@param box3 Box 3 (Default: 0_0_0_0)
@param box4 Box 4 (Default: 0_0_0_0)
@param box5 Box 5 (Default: 0_0_0_0)
@return The generated TransformationData.
Implementation
static TransformationData watermarkremoval(
{bool? removetext = false,
bool? removelogo = false,
String? box1 = "0_0_100_100",
String? box2 = "0_0_0_0",
String? box3 = "0_0_0_0",
String? box4 = "0_0_0_0",
String? box5 = "0_0_0_0"}) {
// Call the generated class method
return WatermarkRemoval()
.remove(removetext, removelogo, box1, box2, box3, box4, box5);
}