Liking cljdoc? Tell your friends :D

amazonica.aws.polly


client-classclj

source

delete-lexiconclj

(delete-lexicon & {:keys [name] :as delete-lexicon-request})
source

describe-voicesclj

(describe-voices &
                 {:keys [engine include-additional-language-codes language-code
                         next-token]
                  :as describe-voices-request})
source

get-cached-response-metadataclj

(get-cached-response-metadata & [amazon-web-service-request])
source

get-lexiconclj

(get-lexicon & {:keys [name] :as get-lexicon-request})
source

get-speech-synthesis-taskclj

(get-speech-synthesis-task &
                           {:keys [task-id]
                            :as get-speech-synthesis-task-request})
source

list-lexiconsclj

(list-lexicons & {:keys [next-token] :as list-lexicons-request})
source

list-speech-synthesis-tasksclj

(list-speech-synthesis-tasks &
                             {:keys [max-results next-token status]
                              :as list-speech-synthesis-tasks-request})
source

presignersclj

(presigners)
source

put-lexiconclj

(put-lexicon & {:keys [content name] :as put-lexicon-request})
source

show-functionsclj

source

shutdownclj

(shutdown)
source

start-speech-synthesis-taskclj

(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})
source

synthesize-speechclj

(synthesize-speech &
                   {:keys [engine language-code lexicon-names output-format
                           sample-rate speech-mark-types text text-type
                           voice-id]
                    :as synthesize-speech-request})
source

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

× close