Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.texttospeech.text

Cloud Text-to-Speech API: text. Synthesizes natural-sounding speech by applying powerful neural network models. See: https://cloud.google.com/text-to-speech/api/reference/rest/v1/text

Cloud Text-to-Speech API: text.
Synthesizes natural-sounding speech by applying powerful neural network models.
See: https://cloud.google.com/text-to-speech/api/reference/rest/v1/text
raw docstring

synthesize$clj

(synthesize$ auth parameters body)

https://cloud.google.com/text-to-speech/api/reference/rest/v1/text/synthesize

Required parameters: none

Optional parameters: none

Body:

{:input {:text string, :ssml string}, :voice {:languageCode string, :name string, :ssmlGender string}, :audioConfig {:audioEncoding string, :effectsProfileId [string], :volumeGainDb number, :sampleRateHertz integer, :pitch number, :speakingRate number}}

Synthesizes speech synchronously: receive results after all text input has been processed.

https://cloud.google.com/text-to-speech/api/reference/rest/v1/text/synthesize

Required parameters: none

Optional parameters: none

Body: 

{:input {:text string, :ssml string},
 :voice {:languageCode string, :name string, :ssmlGender string},
 :audioConfig {:audioEncoding string,
               :effectsProfileId [string],
               :volumeGainDb number,
               :sampleRateHertz integer,
               :pitch number,
               :speakingRate number}}

Synthesizes speech synchronously: receive results after all text input
has been processed.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close