Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
PickTicketExtractionResponse
Pick
Ticket
Extraction
Response
@
Serializable
data
class
PickTicketExtractionResponse
(
val
jobId
:
String
,
val
status
:
String
,
val
data
:
PickTicketData
?
=
null
,
val
error
:
String
?
=
null
)
Response from pick ticket extraction/processing
Members
Constructors
Pick
Ticket
Extraction
Response
Link copied to clipboard
constructor
(
jobId
:
String
,
status
:
String
,
data
:
PickTicketData
?
=
null
,
error
:
String
?
=
null
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
PickTicketData
?
error
Link copied to clipboard
@
SerialName
(
value
=
"error"
)
val
error
:
String
?
job
Id
Link copied to clipboard
@
SerialName
(
value
=
"job_id"
)
val
jobId
:
String
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
String