v1PronunciationDictionariesPronunciationDictionaryIdGet method
Future<Response<GetPronunciationDictionaryMetadataResponseModel> >
v1PronunciationDictionariesPronunciationDictionaryIdGet({})
Get Metadata For A 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<GetPronunciationDictionaryMetadataResponseModel>>
v1PronunciationDictionariesPronunciationDictionaryIdGet({
required String? pronunciationDictionaryId,
String? xiApiKey,
}) {
generatedMapping.putIfAbsent(
GetPronunciationDictionaryMetadataResponseModel,
() => GetPronunciationDictionaryMetadataResponseModel.fromJsonFactory,
);
return _v1PronunciationDictionariesPronunciationDictionaryIdGet(
pronunciationDictionaryId: pronunciationDictionaryId,
xiApiKey: xiApiKey?.toString(),
);
}