C# Class Systran.NlpClientLib.Client.Configuration

Represents a set of configuration settings
Mostra file Open project: SYSTRAN/nlp-api-csharp-client

Public Properties

Property 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
return ApiClient

apiKey public_oe static_oe property

Gets or sets the API key based on the authentication name
public static Dictionary apiKey
return 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
return String>.Dictionary