Uses of Class
com.mindee.v2.clientOptions.BaseParameters
-
-
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 JobResponseMindeeClientV2. enqueue(LocalInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue.JobResponseMindeeClientV2. enqueue(URLInputSource inputSource, BaseParameters params)Enqueue a document in the asynchronous queue.<TResponse extends CommonResponse>
TResponseMindeeClientV2. enqueueAndGetResult(Class<TResponse> responseClass, LocalInputSource inputSource, BaseParameters params)Send a local file to an async queue, poll, and parse when complete.<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. -
Uses of BaseParameters in com.mindee.http
Methods in com.mindee.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.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.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
-