BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost constructor

const BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost({
  1. required String audio,
  2. String? modelId,
  3. dynamic voiceSettings,
  4. dynamic seed,
  5. bool? removeBackgroundNoise,
  6. dynamic fileFormat,
})

Implementation

const BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost({
  required this.audio,
  this.modelId,
  this.voiceSettings,
  this.seed,
  this.removeBackgroundNoise,
  this.fileFormat,
});