Uses of Class
com.mindee.parsing.v2.InferenceResponse
-
Packages that use InferenceResponse Package Description com.mindee com.mindee.http -
-
Uses of InferenceResponse in com.mindee
Methods in com.mindee that return InferenceResponse Modifier and Type Method Description InferenceResponse
MindeeClientV2. enqueueAndGetInference(LocalInputSource inputSource, InferenceParameters options)
Send a local file to an async queue, poll, and parse when complete.InferenceResponse
MindeeClientV2. getInference(String inferenceId)
Get the result of an inference that was previously enqueued. -
Uses of InferenceResponse in com.mindee.http
Methods in com.mindee.http that return InferenceResponse Modifier and Type Method Description abstract InferenceResponse
MindeeApiV2. reqGetInference(String jobId)
Retrieves the inference from a 302 redirect.InferenceResponse
MindeeHttpApiV2. reqGetInference(String jobId)
-