mindee-api-dotnet

CustomEndpoint Class

Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

Define a Mindee API endpoint.

public sealed class CustomEndpoint

Inheritance: object → CustomEndpoint

Constructors

Name Description
CustomEndpoint(string, string, string) Default constructor.

Properties

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.

Methods

Name Description
GetBaseUrl() Get the base URL for the endpoint.
GetEndpoint<TModel>() Get an endpoint for a given prediction model.

Documentation generated by MdDocs