VotingEngineAlternateEngines Property |
Gets the collection of alternate engines 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 OcrEngineCollection AlternateEngines { get; }
Public ReadOnly Property AlternateEngines As OcrEngineCollection
Get
Property Value
Type:
OcrEngineCollectionRemarks In order to vote on suspect words, this collection must contain at least one engine.
See Also