Android Scanbot Barcode SDK
Toggle table of contents
8.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK
Android Scanbot Barcode SDK
/
io.scanbot.sdk.imageprocessing
/
ParametricFilter
Parametric
Filter
sealed
class
ParametricFilter
:
Parcelable
Base class for all parametric filters.
Inheritors
LegacyFilter
ScanbotBinarizationFilter
CustomBinarizationFilter
ColorDocumentFilter
BrightnessFilter
ContrastFilter
GrayscaleFilter
WhiteBlackPointFilter
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
abstract
val
_type
:
String
Functions
clone
Link copied to clipboard
abstract
fun
clone
(
)
:
ParametricFilter
to
Json
Link copied to clipboard
abstract
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject