Interface protos.google.cloud.dialogflow.v2.ISynthesizeSpeechConfig (3.3.0)

Properties of a SynthesizeSpeechConfig.

Package

@google-cloud/dialogflow!

Properties

effectsProfileId

effectsProfileId?: (string[]|null);

SynthesizeSpeechConfig effectsProfileId

Property Value
TypeDescription
(string[]|null)

pitch

pitch?: (number|null);

SynthesizeSpeechConfig pitch

Property Value
TypeDescription
(number|null)

speakingRate

speakingRate?: (number|null);

SynthesizeSpeechConfig speakingRate

Property Value
TypeDescription
(number|null)

voice

voice?: (google.cloud.dialogflow.v2.IVoiceSelectionParams|null);

SynthesizeSpeechConfig voice

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IVoiceSelectionParams|null)

volumeGainDb

volumeGainDb?: (number|null);

SynthesizeSpeechConfig volumeGainDb

Property Value
TypeDescription
(number|null)