Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
ai.dockware.core.documents.models
/
DocumentInput
Document
Input
data
class
DocumentInput
(
val
shipmentId
:
String
,
val
documentType
:
String
,
val
scanId
:
String
?
=
null
,
val
jobId
:
String
?
=
null
,
val
title
:
String
?
=
null
,
val
imagesPaths
:
List
<
String
>
=
emptyList()
,
val
data
:
Map
<
String
,
Any
>
?
=
null
)
Public document input model without serialization annotations
Members
Constructors
Document
Input
Link copied to clipboard
constructor
(
shipmentId
:
String
,
documentType
:
String
,
scanId
:
String
?
=
null
,
jobId
:
String
?
=
null
,
title
:
String
?
=
null
,
imagesPaths
:
List
<
String
>
=
emptyList()
,
data
:
Map
<
String
,
Any
>
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
Map
<
String
,
Any
>
?
document
Type
Link copied to clipboard
val
documentType
:
String
images
Paths
Link copied to clipboard
val
imagesPaths
:
List
<
String
>
job
Id
Link copied to clipboard
val
jobId
:
String
?
scan
Id
Link copied to clipboard
val
scanId
:
String
?
shipment
Id
Link copied to clipboard
val
shipmentId
:
String
title
Link copied to clipboard
val
title
:
String
?