BodyCreateStudioProjectV1StudioProjectsPost constructor

const BodyCreateStudioProjectV1StudioProjectsPost({
  1. required String name,
  2. required String defaultTitleVoiceId,
  3. required String defaultParagraphVoiceId,
  4. required String defaultModelId,
  5. dynamic fromUrl,
  6. dynamic fromDocument,
  7. String? qualityPreset,
  8. dynamic title,
  9. dynamic author,
  10. dynamic description,
  11. List<String>? genres,
  12. dynamic targetAudience,
  13. dynamic language,
  14. dynamic contentType,
  15. dynamic originalPublicationDate,
  16. dynamic matureContent,
  17. dynamic isbnNumber,
  18. bool? acxVolumeNormalization,
  19. bool? volumeNormalization,
  20. List<String>? pronunciationDictionaryLocators,
  21. dynamic callbackUrl,
  22. dynamic fiction,
  23. dynamic applyTextNormalization,
  24. bool? autoConvert,
  25. dynamic autoAssignVoices,
  26. dynamic sourceType,
})

Implementation

const BodyCreateStudioProjectV1StudioProjectsPost({
  required this.name,
  required this.defaultTitleVoiceId,
  required this.defaultParagraphVoiceId,
  required this.defaultModelId,
  this.fromUrl,
  this.fromDocument,
  this.qualityPreset,
  this.title,
  this.author,
  this.description,
  this.genres,
  this.targetAudience,
  this.language,
  this.contentType,
  this.originalPublicationDate,
  this.matureContent,
  this.isbnNumber,
  this.acxVolumeNormalization,
  this.volumeNormalization,
  this.pronunciationDictionaryLocators,
  this.callbackUrl,
  this.fiction,
  this.applyTextNormalization,
  this.autoConvert,
  this.autoAssignVoices,
  this.sourceType,
});