<T extends GeneratedV1> AsyncPredictResponse<T> |
MindeeClient.enqueue(Class<T> type,
Endpoint endpoint,
LocalInputSource localInputSource) |
Send a local file to a Generated prediction async API queue.
|
<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) |
Send a remote 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) |
Send a local file to an async 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) |
Send a remote 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) |
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,
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 GeneratedV1> AsyncPredictResponse<T> |
MindeeClient.enqueueAndParse(Class<T> type,
Endpoint endpoint,
URL sourceUrl) |
Send a remote 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) |
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,
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.
|
<T extends Inference> AsyncPredictResponse<T> |
MindeeClient.enqueueAndParse(Class<T> type,
URL sourceUrl) |
Send a remote file to an async queue, poll, and parse when complete.
|
<T extends Inference> AsyncPredictResponse<T> |
MindeeClient.loadPrediction(Class<T> type,
LocalResponse localResponse) |
Load a local prediction.
|
<T extends GeneratedV1> AsyncPredictResponse<T> |
MindeeClient.parseQueued(Class<T> type,
Endpoint endpoint,
String jobId) |
Parse a document from a Generated prediction API async queue.
|
<T extends Inference> AsyncPredictResponse<T> |
MindeeClient.parseQueued(Class<T> type,
String jobId) |
Parse a document from an async queue.
|