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 JobResponseMindeeClientV2. enqueueInference(LocalInputSource inputSource, InferenceParameters params)Enqueue a document in the asynchronous queue.JobResponseMindeeClientV2. enqueueInference(URLInputSource inputSource, InferenceParameters params)Enqueue a document in the asynchronous queue.JobResponseMindeeClientV2. 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 JobResponseMindeeApiV2. reqGetJob(String jobId)Attempts to poll the queue.JobResponseMindeeHttpApiV2. reqGetJob(String jobId)abstract JobResponseMindeeApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, InferenceParameters options)Send a file to the prediction queue with a local file.abstract JobResponseMindeeApiV2. reqPostInferenceEnqueue(URLInputSource inputSource, InferenceParameters options)Send a file to the prediction queue with a remote file.JobResponseMindeeHttpApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, InferenceParameters options)Enqueues a doc with the POST method.JobResponseMindeeHttpApiV2. reqPostInferenceEnqueue(URLInputSource inputSource, InferenceParameters options)Enqueues a doc with the POST method.
-