Skip to content

Commit 0481c32

Browse files
authored
Missing
1 parent 84ea6ae commit 0481c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-to-text/v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ SpeechToTextV1.prototype.registerCallback = function(params, callback) {
130130
* @param {object} params - The parameters
131131
* @param {Audio} params.audio - Audio to be recognized
132132
* @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
134134
* @param {string} [params.event] - recognitions.started|recognitions.completed|recognitions.failed|recognitions.completed_with_results
135135
* @param {string} [params.user_token] - The token allows the user to maintain an internal mapping between jobs and notification events
136136
* @param {number} [params.results_ttl] - time to alive of the job result

0 commit comments

Comments
 (0)