Liking cljdoc? Tell your friends :D

happygapi.speech.speech

Cloud Speech-to-Text API: speech. Converts audio to text by applying powerful neural network models. See: https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/speech

Cloud Speech-to-Text API: speech.
Converts audio to text by applying powerful neural network models.
See: https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/speech
raw docstring

longrunningrecognize$clj

(longrunningrecognize$ auth parameters body)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/speech/longrunningrecognize

Required parameters: none

Optional parameters: none

Body:

{:audio {:uri string, :content string}, :config {:encoding string, :maxAlternatives integer, :enableAutomaticPunctuation boolean, :enableWordTimeOffsets boolean, :enableSeparateRecognitionPerChannel boolean, :speechContexts [SpeechContext], :sampleRateHertz integer, :languageCode string, :profanityFilter boolean, :audioChannelCount integer, :metadata RecognitionMetadata, :useEnhanced boolean, :diarizationConfig SpeakerDiarizationConfig, :model string}, :outputConfig {:gcsUri string}}

Performs asynchronous speech recognition: receive results via the google.longrunning.Operations interface. Returns either an Operation.error or an Operation.response which contains a LongRunningRecognizeResponse message. For more information on asynchronous speech recognition, see the how-to.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/speech/longrunningrecognize

Required parameters: none

Optional parameters: none

Body: 

{:audio {:uri string, :content string},
 :config {:encoding string,
          :maxAlternatives integer,
          :enableAutomaticPunctuation boolean,
          :enableWordTimeOffsets boolean,
          :enableSeparateRecognitionPerChannel boolean,
          :speechContexts [SpeechContext],
          :sampleRateHertz integer,
          :languageCode string,
          :profanityFilter boolean,
          :audioChannelCount integer,
          :metadata RecognitionMetadata,
          :useEnhanced boolean,
          :diarizationConfig SpeakerDiarizationConfig,
          :model string},
 :outputConfig {:gcsUri string}}

Performs asynchronous speech recognition: receive results via the google.longrunning.Operations interface. Returns either an `Operation.error` or an `Operation.response` which contains a `LongRunningRecognizeResponse` message. For more information on asynchronous speech recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
sourceraw docstring

recognize$clj

(recognize$ auth parameters body)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/speech/recognize

Required parameters: none

Optional parameters: none

Body:

{:config {:encoding string, :maxAlternatives integer, :enableAutomaticPunctuation boolean, :enableWordTimeOffsets boolean, :enableSeparateRecognitionPerChannel boolean, :speechContexts [SpeechContext], :sampleRateHertz integer, :languageCode string, :profanityFilter boolean, :audioChannelCount integer, :metadata RecognitionMetadata, :useEnhanced boolean, :diarizationConfig SpeakerDiarizationConfig, :model string}, :audio {:uri string, :content string}}

Performs synchronous speech recognition: receive results after all audio has been sent and processed.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/speech/recognize

Required parameters: none

Optional parameters: none

Body: 

{:config {:encoding string,
          :maxAlternatives integer,
          :enableAutomaticPunctuation boolean,
          :enableWordTimeOffsets boolean,
          :enableSeparateRecognitionPerChannel boolean,
          :speechContexts [SpeechContext],
          :sampleRateHertz integer,
          :languageCode string,
          :profanityFilter boolean,
          :audioChannelCount integer,
          :metadata RecognitionMetadata,
          :useEnhanced boolean,
          :diarizationConfig SpeakerDiarizationConfig,
          :model string},
 :audio {:uri string, :content string}}

Performs synchronous speech recognition: receive results after all audio has been sent and processed.
sourceraw docstring

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

× close