BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost constructor

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

Implementation

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