Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Define a Mindee API endpoint.
public sealed class CustomEndpoint
Inheritance: object → CustomEndpoint
Name | Description |
---|---|
CustomEndpoint(string, string, string) | Default constructor. |
Name | Description |
---|---|
AccountName | The name of the organization which owns the API. Useful when using custom builder. Defaults to “mindee”. |
EndpointName | The name of the product associated to the expected model. |
Version | The version number of the API. Without the v (for example for the v1.2: 1.2). By default set to 1.0. |
Name | Description |
---|---|
GetBaseUrl() | Get the base URL for the endpoint. |
GetEndpoint<TModel>() | Get an endpoint for a given prediction model. |
Documentation generated by MdDocs