v1PronunciationDictionariesPronunciationDictionaryIdRemoveRulesPost method
Future<Response<PronunciationDictionaryRulesResponseModel> >
v1PronunciationDictionariesPronunciationDictionaryIdRemoveRulesPost({
- required String? pronunciationDictionaryId,
- String? xiApiKey,
- required BodyRemoveRulesFromThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdRemoveRulesPost? body,
Remove Rules From The Pronunciation Dictionary @param pronunciation_dictionary_id The id of the 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<PronunciationDictionaryRulesResponseModel>>
v1PronunciationDictionariesPronunciationDictionaryIdRemoveRulesPost({
required String? pronunciationDictionaryId,
String? xiApiKey,
required BodyRemoveRulesFromThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdRemoveRulesPost?
body,
}) {
generatedMapping.putIfAbsent(
PronunciationDictionaryRulesResponseModel,
() => PronunciationDictionaryRulesResponseModel.fromJsonFactory,
);
return _v1PronunciationDictionariesPronunciationDictionaryIdRemoveRulesPost(
pronunciationDictionaryId: pronunciationDictionaryId,
xiApiKey: xiApiKey?.toString(),
body: body,
);
}