Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
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. |
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);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
inputSource
LocalInputSource
endpoint
CustomEndpoint
predictOptions
PredictOptions
pageOptions
PageOptions
Task<AsyncPredictResponse<TInferenceModel>>
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);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
inputSource
LocalInputSource
predictOptions
PredictOptions
pageOptions
PageOptions
Task<AsyncPredictResponse<TInferenceModel>>
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);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
inputSource
UrlInputSource
endpoint
CustomEndpoint
predictOptions
PredictOptions
Task<AsyncPredictResponse<TInferenceModel>>
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);
TInferenceModel
Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
inputSource
UrlInputSource
predictOptions
PredictOptions
Task<AsyncPredictResponse<TInferenceModel>>
Documentation generated by MdDocs