SynthesisTask constructor

SynthesisTask({
  1. DateTime? creationTime,
  2. Engine? engine,
  3. LanguageCode? languageCode,
  4. List<String>? lexiconNames,
  5. OutputFormat? outputFormat,
  6. String? outputUri,
  7. int? requestCharacters,
  8. String? sampleRate,
  9. String? snsTopicArn,
  10. List<SpeechMarkType>? speechMarkTypes,
  11. String? taskId,
  12. TaskStatus? taskStatus,
  13. String? taskStatusReason,
  14. TextType? textType,
  15. 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,
});