Uses of Class
com.mindee.v2.clientoptions.PollingOptions
-
Packages that use PollingOptions Package Description com.mindee.v2 com.mindee.v2.clientoptions -
-
Uses of PollingOptions in com.mindee.v2
Methods in com.mindee.v2 with parameters of type PollingOptions Modifier and Type Method Description <TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, LocalInputSource inputSource, BaseParameters params, PollingOptions pollingOptions)Send a local 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 PollingOptions in com.mindee.v2.clientoptions
Methods in com.mindee.v2.clientoptions that return PollingOptions Modifier and Type Method Description PollingOptionsPollingOptions.PollingOptionsBuilder. build()
-