GoogleCloudDialogflowV2SynthesizeSpeechConfig constructor
GoogleCloudDialogflowV2SynthesizeSpeechConfig({
- List<
String> ? effectsProfileId, - double? pitch,
- List<
GoogleCloudDialogflowV2CustomPronunciationParams> ? pronunciations, - double? speakingRate,
- GoogleCloudDialogflowV2VoiceSelectionParams? voice,
- double? volumeGainDb,
Implementation
GoogleCloudDialogflowV2SynthesizeSpeechConfig({
this.effectsProfileId,
this.pitch,
this.pronunciations,
this.speakingRate,
this.voice,
this.volumeGainDb,
});