Uses of Class
com.mindee.input.URLInputSource
-
Packages that use URLInputSource Package Description com.mindee com.mindee.http com.mindee.input -
-
Uses of URLInputSource in com.mindee
Methods in com.mindee with parameters of type URLInputSource Modifier and Type Method Description JobResponseMindeeClientV2. enqueue(URLInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue.InferenceResponseMindeeClientV2. enqueueAndGetInference(URLInputSource inputSource, InferenceParameters options)Deprecated.use `enqueueAndGetResult` instead.<TResponse extends CommonResponse>
TResponseMindeeClientV2. enqueueAndGetResult(Class<TResponse> responseClass, URLInputSource inputSource, BaseParameters params)Send a remote file to an async queue, poll, and parse when complete.JobResponseMindeeClientV2. enqueueInference(URLInputSource inputSource, InferenceParameters params)Deprecated.use `enqueue` instead. -
Uses of URLInputSource in com.mindee.http
Methods in com.mindee.http with parameters of type URLInputSource Modifier and Type Method Description abstract JobResponseMindeeApiV2. reqPostEnqueue(URLInputSource inputSource, BaseParameters options)Send a file to the prediction queue with a remote file.JobResponseMindeeHttpApiV2. reqPostEnqueue(URLInputSource inputSource, BaseParameters options)Enqueues a doc with the POST method. -
Uses of URLInputSource in com.mindee.input
Methods in com.mindee.input that return URLInputSource Modifier and Type Method Description URLInputSourceURLInputSource.Builder. build()Build theURLInputSourceobject.
-