mindee-api-dotnet

MindeeClient.EnqueueAndParseAsync Method

Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Overloads

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.

EnqueueAndParseAsync<TInferenceModel>(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions, AsyncPollingOptions)

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);

Type Parameters

TInferenceModel

Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.

Parameters

inputSource LocalInputSource

LocalInputSource

endpoint CustomEndpoint

CustomEndpoint

predictOptions PredictOptions

PageOptions

pageOptions PageOptions

PageOptions

pollingOptions AsyncPollingOptions

AsyncPollingOptions

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>

Exceptions

MindeeException

EnqueueAndParseAsync<TInferenceModel>(LocalInputSource, PredictOptions, PageOptions, AsyncPollingOptions)

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);

Type Parameters

TInferenceModel

Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.

Parameters

inputSource LocalInputSource

LocalInputSource

predictOptions PredictOptions

PageOptions

pageOptions PageOptions

PageOptions

pollingOptions AsyncPollingOptions

AsyncPollingOptions

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>

Exceptions

MindeeException


Documentation generated by MdDocs