mindee-api-dotnet

MindeeClient.ParseQueuedAsync Method

Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Overloads

Signature Description
ParseQueuedAsync<TInferenceModel>(CustomEndpoint, string) Parse a document from a Generated async queue.
ParseQueuedAsync<TInferenceModel>(string) Parse a document from an async queue.

ParseQueuedAsync<TInferenceModel>(CustomEndpoint, string)

Parse a document from a Generated async queue.

[AsyncStateMachine(Mindee.MindeeClient/<ParseQueuedAsync>d__12`1)]
public Task<AsyncPredictResponse<TInferenceModel>> ParseQueuedAsync<TInferenceModel>(CustomEndpoint endpoint, string jobId);

Type Parameters

TInferenceModel

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

Parameters

endpoint CustomEndpoint

CustomEndpoint

jobId string

The job id.

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>

ParseQueuedAsync<TInferenceModel>(string)

Parse a document from an async queue.

[AsyncStateMachine(Mindee.MindeeClient/<ParseQueuedAsync>d__18`1)]
public Task<AsyncPredictResponse<TInferenceModel>> ParseQueuedAsync<TInferenceModel>(string jobId);

Type Parameters

TInferenceModel

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

Parameters

jobId string

The job id.

Returns

Task<AsyncPredictResponse<TInferenceModel>>

AsyncPredictResponse<T>


Documentation generated by MdDocs