Uses of Class
com.mindee.parsing.v2.JobResponse
-
Packages that use JobResponse Package Description com.mindee com.mindee.http -
-
Uses of JobResponse in com.mindee
Methods in com.mindee that return JobResponse Modifier and Type Method Description JobResponse
MindeeClientV2. enqueueInference(LocalInputSource inputSource, InferenceParameters params)
Enqueue a document in the asynchronous queue.JobResponse
MindeeClientV2. getJob(String jobId)
Get the status of an inference that was previously enqueued. -
Uses of JobResponse in com.mindee.http
Methods in com.mindee.http that return JobResponse Modifier and Type Method Description abstract JobResponse
MindeeApiV2. reqGetJob(String jobId)
Attempts to poll the queue.JobResponse
MindeeHttpApiV2. reqGetJob(String jobId)
abstract JobResponse
MindeeApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, InferenceParameters options)
Send a file to the prediction queue.JobResponse
MindeeHttpApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, InferenceParameters options)
Enqueues a doc with the POST method.
-