mindee-api-dotnet

IHttpApi Interface

Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Communicate with the Mindee API.

public interface IHttpApi

Methods

Name Description
DocumentQueueGetAsync<TModel>(string, CustomEndpoint) Get a document which was predicted.
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