C# Class Systran.NlpClientLib.Client.Configuration

Represents a set of configuration settings
Afficher le fichier Open project: SYSTRAN/nlp-api-csharp-client

Méthodes publiques

Свойство Type Description
apiClient ApiClient
apiKey String>.Dictionary
apiKeyPrefix String>.Dictionary

Property Details

apiClient public_oe static_oe property

Gets or sets the API client. This is the default API client for making HTTP calls.
public static ApiClient,Systran.NlpClientLib.Client apiClient
Résultat ApiClient

apiKey public_oe static_oe property

Gets or sets the API key based on the authentication name
public static Dictionary apiKey
Résultat String>.Dictionary

apiKeyPrefix public_oe static_oe property

Gets or sets the prefix (e.g. Token) of the API key based on the authentication name
public static Dictionary apiKeyPrefix
Résultat String>.Dictionary