ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : SecondaryReductionMode Property |
'Declaration Public Property SecondaryReductionMode As ImGearRecReductionMode
'Usage Dim instance As ImGearRecPreprocessingSettings Dim value As ImGearRecReductionMode instance.SecondaryReductionMode = value value = instance.SecondaryReductionMode
public ImGearRecReductionMode SecondaryReductionMode {get; set;}
public: __property ImGearRecReductionMode get_SecondaryReductionMode(); public: __property void set_SecondaryReductionMode( ImGearRecReductionMode value );
public: property ImGearRecReductionMode SecondaryReductionMode { ImGearRecReductionMode get(); void set ( ImGearRecReductionMode value); }
This setting might influence the accuracy of the recognition.
Valid values are AUTO, SET and GLOBAL.
If this property is set to the NO or GRAY ImGearRecReductionMode values, a warning will be created and the secondary reduction mode will not be changed from its current value.