Click or drag to resize

VotingEngineNominator Property

Gets or sets the nominator that is used for the voting engine.

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 INominator Nominator { get; set; }

Property Value

Type: INominator
Remarks
Must not be set to null. By default is set to an instance of BasicWordNominator.
See Also