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:

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

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: 

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

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

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

× close