Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
DocumentInput
/
DocumentInput
Document
Input
constructor
(
shipmentId
:
String
,
scanId
:
String
?
=
null
,
jobId
:
String
?
=
null
,
title
:
String
?
=
null
,
documentType
:
String
,
imagesPaths
:
List
<
String
>
=
emptyList()
,
data
:
JsonObject
=
JsonObject(emptyMap())
)