Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
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