<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 GeneratedV1> AsyncPredictResponse<T> |
MindeeClient.enqueue(Class<T> type,
Endpoint endpoint,
URL sourceUrl,
PredictOptions predictOptions) |
Send a remote 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 Inference> AsyncPredictResponse<T> |
MindeeClient.enqueue(Class<T> type,
URL sourceUrl,
PredictOptions predictOptions) |
Send a remote 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.
|
<T extends GeneratedV1> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
Endpoint endpoint,
LocalInputSource localInputSource,
PredictOptions predictOptions) |
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 GeneratedV1> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
Endpoint endpoint,
URL documentUrl,
PredictOptions predictOptions) |
Send a remote file to a Generated prediction API and parse the results.
|
<T extends Inference> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
LocalInputSource localInputSource,
PredictOptions predictOptions) |
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.
|
<T extends Inference> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
URL urlInputSource,
PredictOptions predictOptions) |
Send a remote file to a Standard prediction API and parse the results.
|