Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Signature | Description |
---|---|
EnqueueAndParseAsync<TInferenceModel>(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions, AsyncPollingOptions) | Add the document to an async queue, poll, and parse when complete. |
EnqueueAndParseAsync<TInferenceModel>(LocalInputSource, PredictOptions, PageOptions, AsyncPollingOptions) | Add the document to an async queue, poll, and parse when complete. |
Add the document to an async queue, poll, and parse when complete.
[AsyncStateMachine(Mindee.MindeeClient/<EnqueueAndParseAsync>d__13`1)]
public Task<AsyncPredictResponse<TInferenceModel>> EnqueueAndParseAsync<TInferenceModel>(LocalInputSource inputSource, CustomEndpoint endpoint, PredictOptions predictOptions = null, PageOptions pageOptions = null, AsyncPollingOptions pollingOptions = null);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
inputSource
LocalInputSource
endpoint
CustomEndpoint
predictOptions
PredictOptions
pageOptions
PageOptions
pollingOptions
AsyncPollingOptions
Task<AsyncPredictResponse<TInferenceModel>>
Add the document to an async queue, poll, and parse when complete.
[AsyncStateMachine(Mindee.MindeeClient/<EnqueueAndParseAsync>d__19`1)]
public Task<AsyncPredictResponse<TInferenceModel>> EnqueueAndParseAsync<TInferenceModel>(LocalInputSource inputSource, PredictOptions predictOptions = null, PageOptions pageOptions = null, AsyncPollingOptions pollingOptions = null);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
inputSource
LocalInputSource
predictOptions
PredictOptions
pageOptions
PageOptions
pollingOptions
AsyncPollingOptions
Task<AsyncPredictResponse<TInferenceModel>>
Documentation generated by MdDocs