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
(locations-customClasses-create$ auth parameters body)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.(locations-customClasses-delete$ auth parameters)Required parameters: name
Optional parameters: none
Delete a custom class.
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.
(locations-customClasses-get$ auth parameters)Required parameters: name
Optional parameters: none
Get a custom class.
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.
(locations-customClasses-list$ auth parameters)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.
(locations-customClasses-patch$ auth parameters body)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.(locations-phraseSets-create$ auth parameters body)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.(locations-phraseSets-delete$ auth parameters)Required parameters: name
Optional parameters: none
Delete a phrase set.
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.
(locations-phraseSets-get$ auth parameters)Required parameters: name
Optional parameters: none
Get a phrase set.
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.
(locations-phraseSets-list$ auth parameters)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.
(locations-phraseSets-patch$ auth parameters body)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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |