Table of Contents

Property Confidence

Namespace
MailFathom.Application.SensitiveContent.Detection
Assembly
MailFathom.Application.dll

Confidence

Gets how sure the detector was, from 0 to 1 inclusive.

public double Confidence { get; }

Property Value

double

Remarks

A pattern that identifies its own format reports 1, which is what the secret scanner's matches are; an analyzer that scores a candidate reports what it scored. Redaction does not read this today — a reported finding is redacted whatever its confidence — and it is carried so a consumer counting or auditing findings can say how the detector reached them.