Click or drag to resize

BasicWordNominator Constructor (Double, Double)

Construct a BasicWordNominator object

Namespace:  Atalasoft.Ocr.Voting
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BasicWordNominator(
	double wordConfidenceLimit,
	double glyphConfidenceLimit
)

Parameters

wordConfidenceLimit
Type: SystemDouble
The limit for deciding if a word should be a candidate. Words with confidence under this limit will be candidates.
glyphConfidenceLimit
Type: SystemDouble
The limit for deciding if a word should be a candidate. Glyphs with confidence under this limit will cause the word to be a candidate
See Also