VotingEngine Properties |
The VotingEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| AlternateEngines | Gets the collection of alternate engines for the voting engine. | |
| AvailablePreprocessingOptions | This property returns the available set of image preprocessing options for this OcrEngine. (Inherited from OcrEngine.) | |
| CanRecognizeBarcodes | Returns true if this engine supports barcode recognition. (Inherited from OcrEngine.) | |
| CanUseSymbolSet | Gets a value indicating whether engine can use symbol set or not. (Inherited from OcrEngine.) | |
| DefaultPreprocessingOptions | Returns the default preprocessing options for this OcrEngine. (Inherited from OcrEngine.) | |
| DefaultRecognitionCulture | Returns the default recognition language for this engine. (Overrides OcrEngineDefaultRecognitionCulture.) | |
| Factory | This property provides an object of type IOcrFactory for the construction of page and
document elements. (Inherited from OcrEngine.) | |
| FontBuilder | This property provides a font builder that will be used for page construction. (Inherited from OcrEngine.) | |
| FontMapper | This property provides a font mapper that will be used for page construction. (Inherited from OcrEngine.) | |
| InitializeAndShutDownAlternateEngines | Gets or sets a property to control whether or not alternate engines should be initialized and shut down
automatically | |
| Nominator | Gets or sets the nominator that is used for the voting engine. | |
| PreprocessingOptions | The property provides the preprocessing options to be used for this engine. (Inherited from OcrEngine.) | |
| PrimaryEngine | Sets or gets the primary engine used for Ocr. | |
| RecognitionCulture | Sets or gets the recognition language for this engine. (Inherited from OcrEngine.) | |
| RecognitionCulturesList | Gets or sets the list of cultures to be used during recognition. (Inherited from OcrEngine.) | |
| RecognizeBarcodes | When true, will recognize barcodes as well as text if the engine supports barcode recognition. (Inherited from OcrEngine.) | |
| SupportedBarcodeSymbologies | Gets a list of barcode symbologies that are supported by this OcrDocument (if any). (Inherited from OcrEngine.) | |
| SupportMultiCultureRecognition |
Gets the value indicating whether the OCR engine supports multiple recognition cultures.
(Inherited from OcrEngine.) | |
| Translators | This property provides access to a TranslatorCollection object used by the engine to
translate images to documents. (Inherited from OcrEngine.) | |
| WordSelector | Gets or sets the WordSelector used for the VotingEngine. |