Liking cljdoc? Tell your friends :D

happygapi.speech.projects

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

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

locations-customClasses-create$clj

(locations-customClasses-create$ auth parameters body)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/create

Required parameters: parent

Optional parameters: none

Body:

{:customClassId string, :customClass {:deleteTime string, :kmsKeyVersionName string, :displayName string, :uid string, :name string, :etag string, :state string, :customClassId string, :reconciling boolean, :kmsKeyName string, :annotations {}, :expireTime string, :items [ClassItem]}}

Create a custom class.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/create

Required parameters: parent

Optional parameters: none

Body: 

{:customClassId string,
 :customClass {:deleteTime string,
               :kmsKeyVersionName string,
               :displayName string,
               :uid string,
               :name string,
               :etag string,
               :state string,
               :customClassId string,
               :reconciling boolean,
               :kmsKeyName string,
               :annotations {},
               :expireTime string,
               :items [ClassItem]}}

Create a custom class.
sourceraw docstring

locations-customClasses-delete$clj

(locations-customClasses-delete$ auth parameters)
https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/delete

Required parameters: name

Optional parameters: none

Delete a custom class.
sourceraw docstring

locations-customClasses-get$clj

(locations-customClasses-get$ auth parameters)
https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/get

Required parameters: name

Optional parameters: none

Get a custom class.
sourceraw docstring

locations-customClasses-list$clj

(locations-customClasses-list$ auth parameters)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/list

Required parameters: parent

Optional parameters: pageSize, pageToken

List custom classes.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/list

Required parameters: parent

Optional parameters: pageSize, pageToken

List custom classes.
sourceraw docstring

locations-customClasses-patch$clj

(locations-customClasses-patch$ auth parameters body)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:deleteTime string, :kmsKeyVersionName string, :displayName string, :uid string, :name string, :etag string, :state string, :customClassId string, :reconciling boolean, :kmsKeyName string, :annotations {}, :expireTime string, :items [{:value string}]}

Update a custom class.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/customClasses/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:deleteTime string,
 :kmsKeyVersionName string,
 :displayName string,
 :uid string,
 :name string,
 :etag string,
 :state string,
 :customClassId string,
 :reconciling boolean,
 :kmsKeyName string,
 :annotations {},
 :expireTime string,
 :items [{:value string}]}

Update a custom class.
sourceraw docstring

locations-phraseSets-create$clj

(locations-phraseSets-create$ auth parameters body)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/create

Required parameters: parent

Optional parameters: none

Body:

{:phraseSetId string, :phraseSet {:boost number, :deleteTime string, :kmsKeyVersionName string, :displayName string, :uid string, :name string, :etag string, :state string, :phrases [Phrase], :reconciling boolean, :kmsKeyName string, :annotations {}, :expireTime string}}

Create a set of phrase hints. Each item in the set can be a single word or a multi-word phrase. The items in the PhraseSet are favored by the recognition model when you send a call that includes the PhraseSet.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/create

Required parameters: parent

Optional parameters: none

Body: 

{:phraseSetId string,
 :phraseSet {:boost number,
             :deleteTime string,
             :kmsKeyVersionName string,
             :displayName string,
             :uid string,
             :name string,
             :etag string,
             :state string,
             :phrases [Phrase],
             :reconciling boolean,
             :kmsKeyName string,
             :annotations {},
             :expireTime string}}

Create a set of phrase hints. Each item in the set can be a single word or a multi-word phrase. The items in the PhraseSet are favored by the recognition model when you send a call that includes the PhraseSet.
sourceraw docstring

locations-phraseSets-delete$clj

(locations-phraseSets-delete$ auth parameters)
https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/delete

Required parameters: name

Optional parameters: none

Delete a phrase set.
sourceraw docstring

locations-phraseSets-get$clj

(locations-phraseSets-get$ auth parameters)
https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/get

Required parameters: name

Optional parameters: none

Get a phrase set.
sourceraw docstring

locations-phraseSets-list$clj

(locations-phraseSets-list$ auth parameters)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/list

Required parameters: parent

Optional parameters: pageSize, pageToken

List phrase sets.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/list

Required parameters: parent

Optional parameters: pageSize, pageToken

List phrase sets.
sourceraw docstring

locations-phraseSets-patch$clj

(locations-phraseSets-patch$ auth parameters body)

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:boost number, :deleteTime string, :kmsKeyVersionName string, :displayName string, :uid string, :name string, :etag string, :state string, :phrases [{:value string, :boost number}], :reconciling boolean, :kmsKeyName string, :annotations {}, :expireTime string}

Update a phrase set.

https://cloud.google.com/speech-to-text/docs/quickstart-protocolapi/reference/rest/v1/projects/locations/phraseSets/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:boost number,
 :deleteTime string,
 :kmsKeyVersionName string,
 :displayName string,
 :uid string,
 :name string,
 :etag string,
 :state string,
 :phrases [{:value string, :boost number}],
 :reconciling boolean,
 :kmsKeyName string,
 :annotations {},
 :expireTime string}

Update a phrase set.
sourceraw docstring

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

× close