Interface protos.google.cloud.dialogflow.v2.ITextToSpeechSettings (4.3.1)

Properties of a TextToSpeechSettings.

Package

@google-cloud/dialogflow!

Properties

enableTextToSpeech

enableTextToSpeech?: (boolean|null);

TextToSpeechSettings enableTextToSpeech

Property Value
TypeDescription
(boolean|null)

outputAudioEncoding

outputAudioEncoding?: (google.cloud.dialogflow.v2.OutputAudioEncoding|keyof typeof google.cloud.dialogflow.v2.OutputAudioEncoding|null);

TextToSpeechSettings outputAudioEncoding

Property Value
TypeDescription
(google.cloud.dialogflow.v2.OutputAudioEncoding|keyof typeof google.cloud.dialogflow.v2.OutputAudioEncoding|null)

sampleRateHertz

sampleRateHertz?: (number|null);

TextToSpeechSettings sampleRateHertz

Property Value
TypeDescription
(number|null)

synthesizeSpeechConfigs

synthesizeSpeechConfigs?: ({ [k: string]: google.cloud.dialogflow.v2.ISynthesizeSpeechConfig }|null);

TextToSpeechSettings synthesizeSpeechConfigs

Property Value
TypeDescription
({ [k: string]: google.cloud.dialogflow.v2.ISynthesizeSpeechConfig }|null)