capacitor-plugin-scanbot-sdk
Preparing search index...
LegacyFilter
Class LegacyFilter
Deprecated. Returns the input image unchanged.
Index
Constructors
constructor
Properties
_
type
filter
Type
Methods
serialize
Constructors
constructor
new
LegacyFilter
(
source
?:
DeepPartial<LegacyFilter>
)
:
LegacyFilter
Parameters
Optional
source
: DeepPartial<LegacyFilter>
Returns
LegacyFilter
Properties
Readonly
_
type
_type
:
"LegacyFilter"
filter
Type
filterType
:
number
Ignored.
Default is 0
Methods
serialize
serialize
(
config
?:
ToJsonConfiguration
,
)
:
{
_type
?:
"LegacyFilter"
;
filterType
?:
number
;
serialize
?:
(
config
?:
ToJsonConfiguration
,
)
=>
{ readonly _type?: "LegacyFilter" | undefined; filterType?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
;
}
Parameters
Optional
config
:
ToJsonConfiguration
Returns
{
_type
?:
"LegacyFilter"
;
filterType
?:
number
;
serialize
?:
(
config
?:
ToJsonConfiguration
,
)
=>
{ readonly _type?: "LegacyFilter" | undefined; filterType?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
;
}
Optional
Readonly
_type
?:
"LegacyFilter"
Optional
filterType
?:
number
Ignored.
Default is 0
Optional
serialize
?:
(
config
?:
ToJsonConfiguration
,
)
=>
{ readonly _type?: "LegacyFilter" | undefined; filterType?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
type
filter
Type
Methods
serialize
capacitor-plugin-scanbot-sdk
Loading...
Deprecated. Returns the input image unchanged.