Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-bundle-sdk
/
io.scanbot.sdk.kmp.imageprocessing
/
LegacyFilter
Legacy
Filter
data
class
LegacyFilter
(
var
filterType
:
Int
=
0
)
:
ParametricFilter
Deprecated. Returns the input image unchanged.
Members
Constructors
Legacy
Filter
Link copied to clipboard
constructor
(
filterType
:
Int
=
0
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
open
override
val
_type
:
String
filter
Type
Link copied to clipboard
var
filterType
:
Int
Ignored.
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
)
:
String