(describe-voices &
{:keys [engine include-additional-language-codes language-code
next-token]
:as describe-voices-request})
(get-speech-synthesis-task &
{:keys [task-id]
:as get-speech-synthesis-task-request})
(list-speech-synthesis-tasks &
{:keys [max-results next-token status]
:as list-speech-synthesis-tasks-request})
(start-speech-synthesis-task
&
{:keys [engine language-code lexicon-names output-format output-s3-bucket-name
output-s3-key-prefix sample-rate sns-topic-arn speech-mark-types text
text-type voice-id]
:as start-speech-synthesis-task-request})
(synthesize-speech &
{:keys [engine language-code lexicon-names output-format
sample-rate speech-mark-types text text-type
voice-id]
:as synthesize-speech-request})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close