Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Signature | Description |
---|---|
ParseQueuedAsync<TInferenceModel>(CustomEndpoint, string) | Parse a document from a Generated async queue. |
ParseQueuedAsync<TInferenceModel>(string) | Parse a document from an async queue. |
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);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
endpoint
CustomEndpoint
jobId
string
The job id.
Task<AsyncPredictResponse<TInferenceModel>>
Parse a document from an async queue.
[AsyncStateMachine(Mindee.MindeeClient/<ParseQueuedAsync>d__18`1)]
public Task<AsyncPredictResponse<TInferenceModel>> ParseQueuedAsync<TInferenceModel>(string jobId);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
jobId
string
The job id.
Task<AsyncPredictResponse<TInferenceModel>>
Documentation generated by MdDocs