Property MinimumConfidence
- Assembly
- MailFathom.Infrastructure.dll
MinimumConfidence
Gets how sure the analyzer must be before a finding is reported, from 0 to 1.
public double MinimumConfidence { get; }
Property Value
Remarks
Stated on the request so the analyzer applies it, rather than applied to the answer here. It is the analyzer that knows what a score means for each of its recognizers, and a floor it enforces itself is one that keeps the weakest guesses off the wire instead of carrying them across a process boundary in order to discard them.