GoogleApi.TextToSpeech.V1beta1.Model.SynthesizeSpeechRequest (google_api_text_to_speech v0.13.2) View Source
The top-level message sent by the client for the SynthesizeSpeech
method.
Attributes
-
audioConfig
(type:GoogleApi.TextToSpeech.V1beta1.Model.AudioConfig.t
, default:nil
) - Required. The configuration of the synthesized audio. -
enableTimePointing
(type:list(String.t)
, default:nil
) - Whether and what timepoints are returned in the response. -
input
(type:GoogleApi.TextToSpeech.V1beta1.Model.SynthesisInput.t
, default:nil
) - Required. The Synthesizer requires either plain text or SSML as input. -
voice
(type:GoogleApi.TextToSpeech.V1beta1.Model.VoiceSelectionParams.t
, default:nil
) - Required. The desired voice of the synthesized audio.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.TextToSpeech.V1beta1.Model.SynthesizeSpeechRequest{ audioConfig: GoogleApi.TextToSpeech.V1beta1.Model.AudioConfig.t() | nil, enableTimePointing: [String.t()] | nil, input: GoogleApi.TextToSpeech.V1beta1.Model.SynthesisInput.t() | nil, voice: GoogleApi.TextToSpeech.V1beta1.Model.VoiceSelectionParams.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.