Uses of Class
com.mindee.InferenceParameters
-
Packages that use InferenceParameters Package Description com.mindee com.mindee.http -
-
Uses of InferenceParameters in com.mindee
Methods in com.mindee that return InferenceParameters Modifier and Type Method Description InferenceParameters
InferenceParameters.Builder. build()
Build an immutableInferenceParameters
instance.Methods in com.mindee with parameters of type InferenceParameters 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. enqueueAndGetInference(URLInputSource inputSource, InferenceParameters options)
Send a local file to an async queue, poll, and parse when complete.JobResponse
MindeeClientV2. enqueueInference(LocalInputSource inputSource, InferenceParameters params)
Enqueue a document in the asynchronous queue.JobResponse
MindeeClientV2. enqueueInference(URLInputSource inputSource, InferenceParameters params)
Enqueue a document in the asynchronous queue. -
Uses of InferenceParameters in com.mindee.http
Methods in com.mindee.http with parameters of type InferenceParameters Modifier and Type Method Description abstract JobResponse
MindeeApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, InferenceParameters options)
Send a file to the prediction queue with a local file.abstract JobResponse
MindeeApiV2. reqPostInferenceEnqueue(URLInputSource inputSource, InferenceParameters options)
Send a file to the prediction queue with a remote file.JobResponse
MindeeHttpApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, InferenceParameters options)
Enqueues a doc with the POST method.JobResponse
MindeeHttpApiV2. reqPostInferenceEnqueue(URLInputSource inputSource, InferenceParameters options)
Enqueues a doc with the POST method.
-