Table of Contents

Class PIIRegion

Namespace
VisioForge.Core.Types.VideoProcessing
Assembly
VisioForge.Core.dll

A single redacted PII region: its category, padded bounding box, and detection score.

public class PIIRegion

Inheritance

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

Rect

Category

Gets or sets the PII category the region belongs to.

public PIICategory Category { get; set; }

Property Value

PIICategory

Score

Gets or sets the detection confidence score (0..1).

public float Score { get; set; }

Property Value

float

Methods

ToString()

Returns a human-readable representation of the region.

public override string ToString()

Returns

string

The category, box, and score.