BodyDubAVideoOrAnAudioFileV1DubbingPost constructor
const
BodyDubAVideoOrAnAudioFileV1DubbingPost({
- dynamic file,
- dynamic csvFile,
- dynamic foregroundAudioFile,
- dynamic backgroundAudioFile,
- dynamic name,
- dynamic sourceUrl,
- String? sourceLang,
- dynamic targetLang,
- int? numSpeakers,
- bool? watermark,
- dynamic startTime,
- dynamic endTime,
- bool? highestResolution,
- bool? dropBackgroundAudio,
- dynamic useProfanityFilter,
- bool? dubbingStudio,
- bool? disableVoiceCloning,
- 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,
});