ImageGear .NET - Updated
Tradeoff Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : Tradeoff Property
Gets or sets tradeoff between accuracy and speed for recognition process.
Syntax
'Declaration
 
Public Property Tradeoff As ImGearRecTradeoff
'Usage
 
Dim instance As ImGearRecRecognitionSettings
Dim value As ImGearRecTradeoff
 
instance.Tradeoff = value
 
value = instance.Tradeoff
public ImGearRecTradeoff Tradeoff {get; set;}
public: __property ImGearRecTradeoff get_Tradeoff();
public: __property void set_Tradeoff( 
   ImGearRecTradeoff value
);
public:
property ImGearRecTradeoff Tradeoff {
   ImGearRecTradeoff get();
   void set (    ImGearRecTradeoff value);
}

Property Value

ImGearRecTradeoff enumeration value.
Remarks

If this property is set to ImGearRecTradeoff.FAST, a faster, but less accurate deskew, binarization, and despeckle algorithm will be used for the Preprocess method.

The default value is ImGearRecTradeoff.ACCURATE.

See Also

Reference

ImGearRecRecognitionSettings Class
ImGearRecRecognitionSettings Members
ImGearRecTradeoff Enumeration