ImageGear .NET - Updated October 2, 2018
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

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