PredictResponse<CustomV1> |
MindeeClient.parse(LocalInputSource localInputSource,
Endpoint endpoint) |
Send a local file to a Custom prediction API and parse the results.
|
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) |
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 Inference> PredictResponse<T> |
MindeeClient.parse(Class<T> type,
LocalInputSource localInputSource) |
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) |
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) |
Send a remote 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.
|
PredictResponse<CustomV1> |
MindeeClient.parse(URL documentUrl,
Endpoint endpoint) |
Send a remote file to a Custom prediction API and parse the results.
|