mindee-api-dotnet

CustomEndpoint Constructors

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

Default constructor.

public CustomEndpoint(string endpointName, string accountName, string version = "1");

Parameters

endpointName string

The name of the product associated to the expected model.

accountName string

The name of the account which owns the API. Useful when using custom builder.

version string

The version number of the API. Without the v (for example for v1.2: 1.2).


Documentation generated by MdDocs