VotingEngine.Nominator 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.5.0.0.0.156 (.NET 4.6.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