Interface protos.google.cloud.dialogflow.v2beta1.ITextToSpeechSettings (4.2.0)

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.v2beta1.OutputAudioEncoding|keyof typeof google.cloud.dialogflow.v2beta1.OutputAudioEncoding|null);

TextToSpeechSettings outputAudioEncoding

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

sampleRateHertz

sampleRateHertz?: (number|null);

TextToSpeechSettings sampleRateHertz

Property Value
TypeDescription
(number|null)

synthesizeSpeechConfigs

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

TextToSpeechSettings synthesizeSpeechConfigs

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