Interface protos.google.cloud.texttospeech.v1.IAudioConfig (3.2.7)

Properties of an AudioConfig.

Package

@google-cloud/text-to-speech!

Properties

audioEncoding

audioEncoding?: (google.cloud.texttospeech.v1.AudioEncoding|keyof typeof google.cloud.texttospeech.v1.AudioEncoding|null);

AudioConfig audioEncoding

Property Value
TypeDescription
(google.cloud.texttospeech.v1.AudioEncoding|keyof typeof google.cloud.texttospeech.v1.AudioEncoding|null)

effectsProfileId

effectsProfileId?: (string[]|null);

AudioConfig effectsProfileId

Property Value
TypeDescription
(string[]|null)

pitch

pitch?: (number|null);

AudioConfig pitch

Property Value
TypeDescription
(number|null)

sampleRateHertz

sampleRateHertz?: (number|null);

AudioConfig sampleRateHertz

Property Value
TypeDescription
(number|null)

speakingRate

speakingRate?: (number|null);

AudioConfig speakingRate

Property Value
TypeDescription
(number|null)

volumeGainDb

volumeGainDb?: (number|null);

AudioConfig volumeGainDb

Property Value
TypeDescription
(number|null)