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