mindee-api-dotnet

MindeeClient.ParseQueuedAsync Method

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

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