BodyAddProjectV1ProjectsAddPost constructor
const
BodyAddProjectV1ProjectsAddPost({
- required String name,
- required String defaultTitleVoiceId,
- required String defaultParagraphVoiceId,
- required String defaultModelId,
- dynamic fromUrl,
- dynamic fromDocument,
- String? qualityPreset,
- dynamic title,
- dynamic author,
- dynamic description,
- List<
String> ? genres, - dynamic targetAudience,
- dynamic language,
- dynamic contentType,
- dynamic originalPublicationDate,
- dynamic matureContent,
- dynamic isbnNumber,
- bool? acxVolumeNormalization,
- bool? volumeNormalization,
- List<
String> ? pronunciationDictionaryLocators, - dynamic callbackUrl,
- dynamic fiction,
- dynamic applyTextNormalization,
- bool? autoConvert,
- dynamic autoAssignVoices,
- dynamic sourceType,
Implementation
const BodyAddProjectV1ProjectsAddPost({
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,
});