BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPost constructor
const
BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPost({
- required String text,
- String? modelId,
- dynamic languageCode,
- dynamic voiceSettings,
- dynamic pronunciationDictionaryLocators,
- dynamic seed,
- dynamic previousText,
- dynamic nextText,
- dynamic previousRequestIds,
- dynamic nextRequestIds,
- bool? usePvcAsIvc,
- BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization? applyTextNormalization,
- 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,
});