BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPost constructor

const BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPost({
  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. BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization? applyTextNormalization,
  13. bool? applyLanguageTextNormalization,
})

Implementation

const BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPost({
  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,
});