C# 클래스 Systran.NlpClientLib.Client.Configuration

Represents a set of configuration settings
파일 보기 프로젝트 열기: SYSTRAN/nlp-api-csharp-client

공개 프로퍼티들

프로퍼티 타입 설명
apiClient ApiClient
apiKey String>.Dictionary
apiKeyPrefix String>.Dictionary

프로퍼티 상세

apiClient 공개적으로 정적으로 프로퍼티

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

apiKey 공개적으로 정적으로 프로퍼티

Gets or sets the API key based on the authentication name
public static Dictionary apiKey
리턴 String>.Dictionary

apiKeyPrefix 공개적으로 정적으로 프로퍼티

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