mindee-api-dotnet

CustomEndpoint Constructors

Declaring Type: CustomEndpoint
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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