v1ProjectsProjectIdUpdatePronunciationDictionariesPost method

  1. @deprecated
Future<Response> v1ProjectsProjectIdUpdatePronunciationDictionariesPost({
  1. required String? projectId,
  2. String? xiApiKey,
  3. required BodyUpdatePronunciationDictionariesV1ProjectsProjectIdUpdatePronunciationDictionariesPost? body,
})

Update Pronunciation Dictionaries @param project_id The ID of the Studio project. @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

@deprecated
Future<chopper.Response>
v1ProjectsProjectIdUpdatePronunciationDictionariesPost({
  required String? projectId,
  String? xiApiKey,
  required BodyUpdatePronunciationDictionariesV1ProjectsProjectIdUpdatePronunciationDictionariesPost?
  body,
}) {
  return _v1ProjectsProjectIdUpdatePronunciationDictionariesPost(
    projectId: projectId,
    xiApiKey: xiApiKey?.toString(),
    body: body,
  );
}