Uses of Class
com.mindee.AsyncPollingOptions
-
-
Uses of AsyncPollingOptions in com.mindee
Methods in com.mindee that return AsyncPollingOptions Modifier and Type Method Description AsyncPollingOptionsAsyncPollingOptions.AsyncPollingOptionsBuilder. build()Methods in com.mindee with parameters of type AsyncPollingOptions Modifier and Type Method Description <T extends GeneratedV1>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, Endpoint endpoint, LocalInputSource localInputSource, AsyncPollingOptions pollingOptions)Send a local file to a Generated prediction API async queue, poll, and parse when complete.<T extends GeneratedV1>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, Endpoint endpoint, LocalInputSource localInputSource, PredictOptions predictOptions, PageOptions pageOptions, AsyncPollingOptions pollingOptions)Send a local file to a Generated prediction API async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource, AsyncPollingOptions pollingOptions)Send a local file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions, AsyncPollingOptions pollingOptions)Send a local file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions, PageOptions pageOptions, AsyncPollingOptions pollingOptions)Send a local file to an async queue, poll, and parse when complete. -
Uses of AsyncPollingOptions in com.mindee.v2.clientOptions
Fields in com.mindee.v2.clientOptions declared as AsyncPollingOptions Modifier and Type Field Description protected AsyncPollingOptionsBaseParameters.BaseBuilder. pollingOptionsprotected AsyncPollingOptionsBaseParameters. pollingOptionsPolling options.Methods in com.mindee.v2.clientOptions that return AsyncPollingOptions Modifier and Type Method Description AsyncPollingOptionsBaseParameters. getPollingOptions()Polling options.Methods in com.mindee.v2.clientOptions with parameters of type AsyncPollingOptions Modifier and Type Method Description TBaseParameters.BaseBuilder. pollingOptions(AsyncPollingOptions pollingOptions)Set polling options.Constructors in com.mindee.v2.clientOptions with parameters of type AsyncPollingOptions Constructor Description BaseParameters(String modelId, String alias, String[] webhookIds, AsyncPollingOptions pollingOptions) -
Uses of AsyncPollingOptions in com.mindee.v2.product.classification.params
Constructors in com.mindee.v2.product.classification.params with parameters of type AsyncPollingOptions Constructor Description ClassificationParameters(String modelId, String alias, String[] webhookIds, AsyncPollingOptions pollingOptions) -
Uses of AsyncPollingOptions in com.mindee.v2.product.crop.params
Constructors in com.mindee.v2.product.crop.params with parameters of type AsyncPollingOptions Constructor Description CropParameters(String modelId, String alias, String[] webhookIds, AsyncPollingOptions pollingOptions) -
Uses of AsyncPollingOptions in com.mindee.v2.product.ocr.params
Constructors in com.mindee.v2.product.ocr.params with parameters of type AsyncPollingOptions Constructor Description OcrParameters(String modelId, String alias, String[] webhookIds, AsyncPollingOptions pollingOptions) -
Uses of AsyncPollingOptions in com.mindee.v2.product.split.params
Constructors in com.mindee.v2.product.split.params with parameters of type AsyncPollingOptions Constructor Description SplitParameters(String modelId, String alias, String[] webhookIds, AsyncPollingOptions pollingOptions)
-