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:

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

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: 

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

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