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.entity
/
Document
/
Document
Document
constructor
(
)
constructor
(
id
:
String
=
""
,
name
:
String
=
""
,
date
:
Long
=
0
,
pagesCount
:
Int
=
0
,
size
:
Long
=
-1L
,
thumbnailUri
:
String
?
=
null
,
ocrStatus
:
OcrStatus
=
OcrStatus.NOT_SCHEDULED
,
language
:
Language
?
=
null
,
ocrText
:
String
?
=
null
,
documentType
:
DocumentType
=
DocumentType.UNKNOWN
)