Interface protos.google.cloud.texttospeech.v1beta1.ISynthesizeSpeechResponse (3.2.7)

Properties of a SynthesizeSpeechResponse.

Package

@google-cloud/text-to-speech!

Properties

audioConfig

audioConfig?: (google.cloud.texttospeech.v1beta1.IAudioConfig|null);

SynthesizeSpeechResponse audioConfig

Property Value
TypeDescription
(google.cloud.texttospeech.v1beta1.IAudioConfig|null)

audioContent

audioContent?: (Uint8Array|string|null);

SynthesizeSpeechResponse audioContent

Property Value
TypeDescription
(Uint8Array|string|null)

timepoints

timepoints?: (google.cloud.texttospeech.v1beta1.ITimepoint[]|null);

SynthesizeSpeechResponse timepoints

Property Value
TypeDescription
(google.cloud.texttospeech.v1beta1.ITimepoint[]|null)