Class PIIRegion
- Assembly
- VisioForge.Core.dll
A single redacted PII region: its category, padded bounding box, and detection score.
public class PIIRegionInheritance
Inherited Members
Properties
BoundingBox
Gets or sets the redacted bounding box, in source-frame pixel coordinates. Already expanded by the configured region padding and clamped to the frame.
public Rect BoundingBox { get; set; }Property Value
Category
Gets or sets the PII category the region belongs to.
public PIICategory Category { get; set; }Property Value
Score
Gets or sets the detection confidence score (0..1).
public float Score { get; set; }Property Value
Methods
ToString()
Returns a human-readable representation of the region.
public override string ToString()Returns
- string
-
The category, box, and score.