<T extends GeneratedV1> AsyncPredictResponse<T> |
MindeeClient.enqueue(Class<T> type,
Endpoint endpoint,
LocalInputSource localInputSource,
PredictOptions predictOptions,
PageOptions pageOptions) |
Send a local file to a Generated prediction async API queue.
|
<T extends Inference> AsyncPredictResponse<T> |
MindeeClient.enqueue(Class<T> type,
LocalInputSource localInputSource,
PredictOptions predictOptions,
PageOptions pageOptions) |
Send a local file to an async queue.
|
<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,
PredictOptions predictOptions,
PageOptions pageOptions,
AsyncPollingOptions pollingOptions) |
Send a local file to an async queue, poll, and parse when complete.
|
PredictResponse<CustomV1> |
MindeeClient.parse(LocalInputSource localInputSource,
Endpoint endpoint,
PageOptions pageOptions) |
Send a local file to a Custom prediction API and parse the results.
|
<T extends GeneratedV1> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
Endpoint endpoint,
LocalInputSource localInputSource,
PageOptions pageOptions) |
Send a local file to a Generated prediction API and parse the results.
|
<T extends GeneratedV1> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
Endpoint endpoint,
LocalInputSource localInputSource,
PredictOptions predictOptions,
PageOptions pageOptions) |
Send a local file to a Standard prediction API and parse the results.
|
<T extends Inference> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
LocalInputSource localInputSource,
PageOptions pageOptions) |
Send a local file to a Standard prediction API and parse the results.
|
<T extends Inference> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
LocalInputSource localInputSource,
PredictOptions predictOptions,
PageOptions pageOptions) |
Send a local file to a Standard prediction API and parse the results.
|