Uses of Class
com.mindee.v2.clientoptions.BaseParameters
-
-
Uses of BaseParameters in com.mindee.v2
Methods in com.mindee.v2 with parameters of type BaseParameters Modifier and Type Method Description JobResponseMindeeClient. enqueue(LocalInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue.JobResponseMindeeClient. enqueue(URLInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue.<TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, LocalInputSource inputSource, BaseParameters params)Send a local file to an async queue, poll, and parse when complete.<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)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 BaseParameters in com.mindee.v2.http
Methods in com.mindee.v2.http with parameters of type BaseParameters Modifier and Type Method Description abstract JobResponseMindeeApiV2. reqPostEnqueue(LocalInputSource inputSource, BaseParameters options)Send a file to the prediction queue with a local file.abstract JobResponseMindeeApiV2. reqPostEnqueue(URLInputSource inputSource, BaseParameters options)Send a file to the prediction queue with a remote file.JobResponseMindeeHttpApiV2. reqPostEnqueue(LocalInputSource inputSource, BaseParameters options)Enqueues a doc with the POST method.JobResponseMindeeHttpApiV2. reqPostEnqueue(URLInputSource inputSource, BaseParameters options)Enqueues a doc with the POST method.Method parameters in com.mindee.v2.http with type arguments of type BaseParameters Modifier and Type Method Description protected ProductInfoMindeeApiV2. getParamsProductInfo(Class<? extends BaseParameters> responseClass) -
Uses of BaseParameters in com.mindee.v2.product.classification.params
Subclasses of BaseParameters in com.mindee.v2.product.classification.params Modifier and Type Class Description classClassificationParameters -
Uses of BaseParameters in com.mindee.v2.product.crop.params
Subclasses of BaseParameters in com.mindee.v2.product.crop.params Modifier and Type Class Description classCropParameters -
Uses of BaseParameters in com.mindee.v2.product.extraction.params
Subclasses of BaseParameters in com.mindee.v2.product.extraction.params Modifier and Type Class Description classExtractionParametersOptions to pass when calling methods using the API V2. -
Uses of BaseParameters in com.mindee.v2.product.ocr.params
Subclasses of BaseParameters in com.mindee.v2.product.ocr.params Modifier and Type Class Description classOcrParameters -
Uses of BaseParameters in com.mindee.v2.product.split.params
Subclasses of BaseParameters in com.mindee.v2.product.split.params Modifier and Type Class Description classSplitParameters
-