<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,
PageOptions pageOptions,
AsyncPollingOptions pollingOptions) |
Send a local file to an async queue, poll, and parse when complete.
|