mindee-api-dotnet

MindeeClient.ParseQueuedAsync Method

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

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