Reconciliation
data class Reconciliation(val verdict: ReconciliationVerdict, val clientDistanceM: Double, val matchedDistanceM: Double, val presentedDistanceM: Double, val confidence: Double, val differenceRatio: Double)
The outcome of one reconciliation. Both source figures are always present — see MatchReconciliation — so a caller that disagrees with presentedDistanceM can still recover whichever figure it dropped.