v1PronunciationDictionariesAddFromFilePost method
Future<Response<AddPronunciationDictionaryResponseModel> >
v1PronunciationDictionariesAddFromFilePost({
- String? xiApiKey,
- required BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost body,
Add A Pronunciation Dictionary @param xi-api-key Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Implementation
Future<chopper.Response<AddPronunciationDictionaryResponseModel>>
v1PronunciationDictionariesAddFromFilePost({
String? xiApiKey,
required BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost
body,
}) {
generatedMapping.putIfAbsent(
AddPronunciationDictionaryResponseModel,
() => AddPronunciationDictionaryResponseModel.fromJsonFactory,
);
return _v1PronunciationDictionariesAddFromFilePost(
xiApiKey: xiApiKey?.toString(),
body: body,
);
}