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.page
/
DocumentData
/
DocumentData
Document
Data
constructor
(
uuid
:
String
,
creationTimestamp
:
Long
,
pages
:
List
<
PageData
>
,
documentImageSizeLimit
:
Int
=
0
,
pdfURI
:
String
,
tiffURI
:
String
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)