<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 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 GeneratedV1> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
Endpoint endpoint,
LocalInputSource localInputSource) |
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,
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) |
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) |
Send a remote file to a Generated 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 GeneratedV1> AsyncPredictResponse<T> |
MindeeClient.parseQueued(Class<T> type,
Endpoint endpoint,
String jobId) |
Parse a document from a Generated prediction API async queue.
|