File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ SpeechToTextV1.prototype.registerCallback = function(params, callback) {
130
130
* @param {object } params - The parameters
131
131
* @param {Audio } params.audio - Audio to be recognized
132
132
* @param {string } params.content_type - The Content-type e.g. audio/l16; rate=48000
133
- * @param {string } [ params.callback_url] - A URL to which callback notifications are to be sent
133
+ * @param {string } params.callback_url - A URL to which callback notifications are to be sent
134
134
* @param {string } [params.event] - recognitions.started|recognitions.completed|recognitions.failed|recognitions.completed_with_results
135
135
* @param {string } [params.user_token] - The token allows the user to maintain an internal mapping between jobs and notification events
136
136
* @param {number } [params.results_ttl] - time to alive of the job result
You can’t perform that action at this time.
0 commit comments