Click or drag to resize

AlignmentRejectorResult Constructor

Creates a new AlignmentRejectorResult with the specified result dictionary and enumeration of failed heuristics.

Namespace:  Atalasoft.FormsProcessing.Alignment
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AlignmentRejectorResult(
	Dictionary<AlignmentRejectionHeuristics, double> heuristicResults,
	AlignmentRejectionHeuristics failedHeuristics
)

Parameters

heuristicResults
Type: System.Collections.GenericDictionaryAlignmentRejectionHeuristics, Double
The result dictionary of heuristics and returned scores.
failedHeuristics
Type: Atalasoft.FormsProcessing.AlignmentAlignmentRejectionHeuristics
An enumeration containing the failed heuristics.
See Also