Uses of Class
com.mindee.input.URLInputSource
-
Packages that use URLInputSource Package Description com.mindee.input com.mindee.v1.http com.mindee.v2 com.mindee.v2.http -
-
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. -
Uses of URLInputSource in com.mindee.v1.http
Methods in com.mindee.v1.http with parameters of type URLInputSource Modifier and Type Method Description RequestParameters.RequestParametersBuilderRequestParameters.RequestParametersBuilder. urlInputSource(URLInputSource urlInputSource) -
Uses of URLInputSource in com.mindee.v2
Methods in com.mindee.v2 with parameters of type URLInputSource Modifier and Type Method Description JobResponseMindeeClient. enqueue(URLInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue.<TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, URLInputSource inputSource, BaseParameters params)Send a remote file to an async queue, poll, and parse when complete.<TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, URLInputSource inputSource, BaseParameters params, PollingOptions pollingOptions)Send a remote file to an async queue, poll, and parse when complete. -
Uses of URLInputSource in com.mindee.v2.http
Methods in com.mindee.v2.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.
-