SynthesisTask constructor
SynthesisTask({
- DateTime? creationTime,
- Engine? engine,
- LanguageCode? languageCode,
- List<
String> ? lexiconNames, - OutputFormat? outputFormat,
- String? outputUri,
- int? requestCharacters,
- String? sampleRate,
- String? snsTopicArn,
- List<
SpeechMarkType> ? speechMarkTypes, - String? taskId,
- TaskStatus? taskStatus,
- String? taskStatusReason,
- TextType? textType,
- VoiceId? voiceId,
Implementation
SynthesisTask({
this.creationTime,
this.engine,
this.languageCode,
this.lexiconNames,
this.outputFormat,
this.outputUri,
this.requestCharacters,
this.sampleRate,
this.snsTopicArn,
this.speechMarkTypes,
this.taskId,
this.taskStatus,
this.taskStatusReason,
this.textType,
this.voiceId,
});