PronunciationDictionaryApi
PronunciationDictionaryApi - object-oriented interface
Export
PronunciationDictionaryApi
Extends
BaseAPI
Constructors
new PronunciationDictionaryApi()
new PronunciationDictionaryApi(
configuration?,basePath?,axios?):PronunciationDictionaryApi
Parameters
configuration?
basePath?
string = BASE_PATH
axios?
AxiosInstance = globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protectedaxios:AxiosInstance=globalAxios
Inherited from
BaseAPI.axios
basePath
protectedbasePath:string=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protectedconfiguration:undefined|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1PronunciationDictionariesGet()
apiV1PronunciationDictionariesGet(
options?):Promise<AxiosResponse<PronunciationDictionaryResponseDto[]>>
Parameters
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<PronunciationDictionaryResponseDto[]>>
Throws
Memberof
PronunciationDictionaryApi
apiV1PronunciationDictionariesPost()
apiV1PronunciationDictionariesPost(
createPronunciationDictionaryRequestDto?,options?):Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Parameters
createPronunciationDictionaryRequestDto?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Throws
Memberof
PronunciationDictionaryApi
apiV1PronunciationDictionariesProviderIdAddRulesPost()
apiV1PronunciationDictionariesProviderIdAddRulesPost(
providerId,addRulesRequestDto?,options?):Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Parameters
providerId
string
addRulesRequestDto?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Throws
Memberof
PronunciationDictionaryApi
apiV1PronunciationDictionariesProviderIdDelete()
apiV1PronunciationDictionariesProviderIdDelete(
providerId,options?):Promise<AxiosResponse<void>>
Parameters
providerId
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<void>>
Throws
Memberof
PronunciationDictionaryApi
apiV1PronunciationDictionariesProviderIdGet()
apiV1PronunciationDictionariesProviderIdGet(
providerId,options?):Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Parameters
providerId
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Throws
Memberof
PronunciationDictionaryApi
apiV1PronunciationDictionariesProviderIdRemoveRulesPost()
apiV1PronunciationDictionariesProviderIdRemoveRulesPost(
providerId,removeRulesRequestDto?,options?):Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Parameters
providerId
string
removeRulesRequestDto?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<PronunciationDictionaryResponseDto>>
Throws
Memberof
PronunciationDictionaryApi