We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf9d9b commit 9477ef4Copy full SHA for 9477ef4
speech-to-text/v1.js
@@ -138,7 +138,7 @@ SpeechToTextV1.prototype.registerCallback = function(params, callback) {
138
* @returns {ReadableStream|undefined}
139
*/
140
SpeechToTextV1.prototype.createRecognitionJob = function(params, callback) {
141
- const missingParams = helper.getMissingParams(params, ['callback_url', 'audio', 'content_type']);
+ const missingParams = helper.getMissingParams(params, ['audio', 'content_type']);
142
if (missingParams) {
143
callback(missingParams);
144
return;
0 commit comments