mindee-api-dotnet

IHttpApi Interface

Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

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