mindee-api-dotnet

IHttpApi.PredictPostAsync Method

Declaring Type: IHttpApi
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Do a prediction according parameters for custom model defined in the Studio.

public Task<PredictResponse<TModel>> PredictPostAsync<TModel>(PredictParameter predictParameter, CustomEndpoint endpoint = null);

Type Parameters

TModel

Result expected type.

Parameters

predictParameter PredictParameter

PredictParameter

endpoint CustomEndpoint

CustomEndpoint

Returns

Task<PredictResponse<TModel>>


Documentation generated by MdDocs