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; }
Public Property Nominator As INominator
Get
Set
Property Value
Type:
INominatorRemarks Must not be set to null. By default is set to an instance of BasicWordNominator.
See Also