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