Visual Basic (Declaration) | |
---|---|
Public Property RecognizeModuleTradeoff As RasterDocumentTradeoff |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentTradeoff RecognizeModuleTradeoff {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterDocumentTradeoff get_RecognizeModuleTradeoff(); public: __property void set_RecognizeModuleTradeoff( RasterDocumentTradeoff value ); |
C++/CLI | |
---|---|
public: property RasterDocumentTradeoff RecognizeModuleTradeoff { RasterDocumentTradeoff get(); void set (RasterDocumentTradeoff value); } |
Return Value
A RasterDocumentTradeoff value that specifies the current OCR document engine Trade-off setting.Refer to DefaultSpellLanguages example.
Specifies the tradeoff setting for the OCR document engine that
will be applied during automatic zoning and
recognition. This is a value that indicates whether to recognize for accuracy or for speed. To apply automatic zone detection for a
specific page, call the FindZones method. To recognize a
page, call Recognize.
The OCR document engine trade-off setting is effective for the following recognition modules:
This setting does not influence the behavior of any other RasterDocumentRecognizeModule recognition module. Not all of the above modules interpret the settings in the same way. If this method is not called, the default value RasterDocumentTradeoff.Accurate is applied.
For more information, refer to Recognizing Document Pages.
The OCR document engine trade-off setting is effective for the following recognition modules:
- RasterDocumentRecognizeModule.OmniFontMText: omnifont multi-lingual module.
- RasterDocumentRecognizeModule.OmniFontMultilingual: omnifont module.
- RasterDocumentRecognizeModule.HandPrintedNumeral: handprinted numeral module.
- RasterDocumentRecognizeModule.RerPrinted: handprint module.
This setting does not influence the behavior of any other RasterDocumentRecognizeModule recognition module. Not all of the above modules interpret the settings in the same way. If this method is not called, the default value RasterDocumentTradeoff.Accurate is applied.
For more information, refer to Recognizing Document Pages.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family