mindee-api-dotnet

MindeeClient.EnqueueAsync Method

Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

Overloads

Signature Description
EnqueueAsync<TInferenceModel>(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions) Add a local input source to a Generated async queue.
EnqueueAsync<TInferenceModel>(LocalInputSource, PredictOptions, PageOptions) Add a local input source to a Standard async queue.
EnqueueAsync<TInferenceModel>(UrlInputSource, CustomEndpoint, PredictOptions) Add a URL input source to an async queue.
EnqueueAsync<TInferenceModel>(UrlInputSource, PredictOptions) Add a URL input source to an async queue.

EnqueueAsync<TInferenceModel>(LocalInputSource, CustomEndpoint, PredictOptions, PageOptions)

Add a local input source to a Generated async queue.

[AsyncStateMachine(Mindee.MindeeClient/<EnqueueAsync>d__10`1)]
public Task<AsyncPredictResponse<TInferenceModel>> EnqueueAsync<TInferenceModel>(LocalInputSource inputSource, CustomEndpoint endpoint, PredictOptions predictOptions = null, PageOptions pageOptions = 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

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>

Exceptions

MindeeException

EnqueueAsync<TInferenceModel>(LocalInputSource, PredictOptions, PageOptions)

Add a local input source to a Standard async queue.

[AsyncStateMachine(Mindee.MindeeClient/<EnqueueAsync>d__16`1)]
public Task<AsyncPredictResponse<TInferenceModel>> EnqueueAsync<TInferenceModel>(LocalInputSource inputSource, PredictOptions predictOptions = null, PageOptions pageOptions = 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

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>

Exceptions

MindeeException

EnqueueAsync<TInferenceModel>(UrlInputSource, CustomEndpoint, PredictOptions)

Add a URL input source to an async queue.

[AsyncStateMachine(Mindee.MindeeClient/<EnqueueAsync>d__11`1)]
public Task<AsyncPredictResponse<TInferenceModel>> EnqueueAsync<TInferenceModel>(UrlInputSource inputSource, CustomEndpoint endpoint, PredictOptions predictOptions = 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 UrlInputSource

LocalInputSource

endpoint CustomEndpoint

CustomEndpoint

predictOptions PredictOptions

PageOptions

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>

Exceptions

MindeeException

EnqueueAsync<TInferenceModel>(UrlInputSource, PredictOptions)

Add a URL input source to an async queue.

[AsyncStateMachine(Mindee.MindeeClient/<EnqueueAsync>d__17`1)]
public Task<AsyncPredictResponse<TInferenceModel>> EnqueueAsync<TInferenceModel>(UrlInputSource inputSource, PredictOptions predictOptions = 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 UrlInputSource

LocalInputSource

predictOptions PredictOptions

PageOptions

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>

Exceptions

MindeeException


Documentation generated by MdDocs