colorLowThreshold Property (ImageSegmentationRequestParams)
Gets or sets the minimum allowable difference between colors for image region in the source document image.
public int colorLowThreshold { get; set; }
public: __property int get_colorLowThreshold();
public: __property void set_colorLowThreshold(
int
);
public:
property int colorLowThreshold {
int get();
void set(int );
}
'Declaration
Public Property colorLowThreshold As Integer
Property Value
Valid values are from 0 to 255. Default value is 3.
Region of source document image will be classified as image region if difference between 2 any colors in region is more than value of this property.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5