@nextcloud/image-editor
    Preparing search index...

    Interface RedactAnnotation

    interface RedactAnnotation {
        id: string;
        rect: Rect;
        shape?: "rectangle" | "ellipse";
        style: "pixelate" | "blur";
        type: "redact";
    }
    Index
    id: string
    rect: Rect

    Region to obfuscate, in oriented image coordinates

    shape?: "rectangle" | "ellipse"

    The outline of the region, a rectangle when absent

    style: "pixelate" | "blur"

    How the region is destroyed

    type: "redact"