API documentation for texttospeech_v1.types
package.
Classes
AudioConfig
Description of audio data to be synthesized.
AudioEncoding
Configuration to set up audio encoder. The encoding determines the output audio format that we'd like.
ListVoicesRequest
The top-level message sent by the client for the ListVoices
method.
ListVoicesResponse
The message returned to the client by the ListVoices
method.
SsmlVoiceGender
Gender of the voice as described in SSML voice
element <https://www.w3.org/TR/speech-synthesis11/#edef_voice>
__.
SynthesisInput
Contains text input to be synthesized. Either text
or ssml
must be supplied. Supplying both or neither returns
[google.rpc.Code.INVALID_ARGUMENT][]. The input size is limited to
5000 characters.
SynthesizeSpeechRequest
The top-level message sent by the client for the
SynthesizeSpeech
method.
SynthesizeSpeechResponse
The message returned to the client by the SynthesizeSpeech
method.
Voice
Description of a voice supported by the TTS service.
VoiceSelectionParams
Description of which voice to use for a synthesis request.