BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPost constructor

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

Implementation

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