Uses of Class
com.mindee.v2.clientOptions.BaseParameters
-
Packages that use BaseParameters Package Description com.mindee com.mindee.http -
-
Uses of BaseParameters in com.mindee
Subclasses of BaseParameters in com.mindee Modifier and Type Class Description classInferenceParametersOptions to pass when calling methods using the API V2.Methods in com.mindee with parameters of type BaseParameters Modifier and Type Method Description InferenceResponseMindeeClientV2. enqueueAndGetInference(LocalInputSource inputSource, BaseParameters options)Send a local file to an async queue, poll, and parse when complete.InferenceResponseMindeeClientV2. enqueueAndGetInference(URLInputSource inputSource, BaseParameters options)Send a local file to an async queue, poll, and parse when complete.JobResponseMindeeClientV2. enqueueInference(LocalInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue.JobResponseMindeeClientV2. enqueueInference(URLInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue. -
Uses of BaseParameters in com.mindee.http
Methods in com.mindee.http with parameters of type BaseParameters Modifier and Type Method Description abstract JobResponseMindeeApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, BaseParameters options)Send a file to the prediction queue with a local file.abstract JobResponseMindeeApiV2. reqPostInferenceEnqueue(URLInputSource inputSource, BaseParameters options)Send a file to the prediction queue with a remote file.JobResponseMindeeHttpApiV2. reqPostInferenceEnqueue(LocalInputSource inputSource, BaseParameters options)Enqueues a doc with the POST method.JobResponseMindeeHttpApiV2. reqPostInferenceEnqueue(URLInputSource inputSource, BaseParameters options)Enqueues a doc with the POST method.
-