Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.document
/
DocumentDetectionScores
/
DocumentDetectionScores
Document
Detection
Scores
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
totalScore
:
Double
,
distanceScore
:
Double
,
angleScore
:
Double
,
sizeScore
:
Double
,
aspectRatioScore
:
Double
,
lineCoverageScore
:
Double
,
widthScore
:
Double
,
heightScore
:
Double
)