ResultAccumulationConfiguration constructor
- ConfirmationMethod confirmationMethod = ConfirmationMethod.EXACT,
- int minConfirmations = 3,
- double minConfidenceForStableField = 0.8,
- int autoClearThreshold = 4,
Implementation
ResultAccumulationConfiguration({
this.confirmationMethod = ConfirmationMethod.EXACT,
this.minConfirmations = 3,
this.minConfidenceForStableField = 0.8,
this.autoClearThreshold = 4,
});