BodyTextToSpeechV1TextToSpeechVoiceIdPost constructor

const BodyTextToSpeechV1TextToSpeechVoiceIdPost({
  1. required String text,
  2. String? modelId,
  3. dynamic languageCode,
  4. dynamic voiceSettings,
  5. dynamic pronunciationDictionaryLocators,
  6. dynamic seed,
  7. dynamic previousText,
  8. dynamic nextText,
  9. dynamic previousRequestIds,
  10. dynamic nextRequestIds,
  11. bool? usePvcAsIvc,
  12. BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization? applyTextNormalization,
  13. bool? applyLanguageTextNormalization,
})

Implementation

const BodyTextToSpeechV1TextToSpeechVoiceIdPost({
  required this.text,
  this.modelId,
  this.languageCode,
  this.voiceSettings,
  this.pronunciationDictionaryLocators,
  this.seed,
  this.previousText,
  this.nextText,
  this.previousRequestIds,
  this.nextRequestIds,
  this.usePvcAsIvc,
  this.applyTextNormalization,
  this.applyLanguageTextNormalization,
});