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.documentscanner
/
DocumentScannerParameters
/
DocumentScannerParameters
Document
Scanner
Parameters
constructor
(
acceptedAngleScore
:
Int
=
75
,
acceptedSizeScore
:
Int
=
80
,
acceptedBrightnessThreshold
:
Int
=
0
,
acceptedAspectRatioScore
:
Int
=
85
,
aspectRatios
:
List
<
AspectRatio
>
=
listOf( )
,
ignoreOrientationMismatch
:
Boolean
=
false
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)