ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : Tradeoff Property |
'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); }
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.