Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Communicate with the Mindee API.
public interface IHttpApi
Name | Description |
---|---|
DocumentQueueGetAsync<TModel>(string, CustomEndpoint) | Get a document which was predicted. |
PostWorkflowExecution<TModel>(string, WorkflowParameter) | Send a document to a workflow. |
PredictAsyncPostAsync<TModel>(PredictParameter, CustomEndpoint) | Enqueue a prediction according parameters. |
PredictPostAsync<TModel>(PredictParameter, CustomEndpoint) | Do a prediction according parameters for custom model defined in the Studio. |
Documentation generated by MdDocs