Table of Contents

Enum PIIRedactionStyle

Namespace
VisioForge.Core.Types.X.AI
Assembly
VisioForge.Core.dll

The visual style used to redact a detected PII region in the video frame.

public enum PIIRedactionStyle

Fields

GaussianBlur = 0

The region is replaced with a Gaussian-blurred copy of itself.

Pixelate = 1

The region is replaced with a coarse mosaic (downscale + nearest-neighbor upscale).

SolidFill = 2

The region is painted over with a solid color.