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.

Constructors

Link copied to clipboard
constructor(verdict: ReconciliationVerdict, clientDistanceM: Double, matchedDistanceM: Double, presentedDistanceM: Double, confidence: Double, differenceRatio: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard