BodyDubAVideoOrAnAudioFileV1DubbingPost constructor

const BodyDubAVideoOrAnAudioFileV1DubbingPost({
  1. dynamic file,
  2. dynamic csvFile,
  3. dynamic foregroundAudioFile,
  4. dynamic backgroundAudioFile,
  5. dynamic name,
  6. dynamic sourceUrl,
  7. String? sourceLang,
  8. dynamic targetLang,
  9. int? numSpeakers,
  10. bool? watermark,
  11. dynamic startTime,
  12. dynamic endTime,
  13. bool? highestResolution,
  14. bool? dropBackgroundAudio,
  15. dynamic useProfanityFilter,
  16. bool? dubbingStudio,
  17. bool? disableVoiceCloning,
  18. dynamic mode,
})

Implementation

const BodyDubAVideoOrAnAudioFileV1DubbingPost({
  this.file,
  this.csvFile,
  this.foregroundAudioFile,
  this.backgroundAudioFile,
  this.name,
  this.sourceUrl,
  this.sourceLang,
  this.targetLang,
  this.numSpeakers,
  this.watermark,
  this.startTime,
  this.endTime,
  this.highestResolution,
  this.dropBackgroundAudio,
  this.useProfanityFilter,
  this.dubbingStudio,
  this.disableVoiceCloning,
  this.mode,
});