Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
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