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 InferenceResponseMindeeClientV2. enqueueAndGetInference(LocalInputSource inputSource, InferenceParameters options)Send a local file to an async queue, poll, and parse when complete.InferenceResponseMindeeClientV2. enqueueAndGetInference(URLInputSource inputSource, InferenceParameters options)Send a local file to an async queue, poll, and parse when complete.InferenceResponseMindeeClientV2. 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 InferenceResponseMindeeApiV2. reqGetInference(String inferenceId)Retrieves the inference from a 302 redirect.InferenceResponseMindeeHttpApiV2. reqGetInference(String inferenceId)
-