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.genericdocument
/
GenericDocument
/
GenericDocument
Generic
Document
constructor
(
type
:
GenericDocumentType
,
fields
:
List
<
Field
>
,
children
:
List
<
GenericDocument
>
,
quad
:
List
<
PointF
>
,
quadInRoot
:
List
<
PointF
>
,
crop
:
ImageRef
?
=
null
,
confidence
:
Double
=
0.0
,
confidenceWeight
:
Double
=
0.0
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)