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 1eb406d commit e6adcc5Copy full SHA for e6adcc5
speech-to-text/recognize-file.js
@@ -31,7 +31,7 @@ var SpeakerStream = require('./speaker-stream');
31
32
/**
33
* Create and return a RecognizeStream from a File or Blob
34
- * (e.g. from a file <input>, a dtagdrop targe, or an ajax request)
+ * (e.g. from a file <input>, a dragdrop target, or an ajax request)
35
*
36
* @param {Object} options - Also passed to {MediaElementAudioStream} and to {RecognizeStream}
37
* @param {String} options.token - Auth Token - see https://github.com/watson-developer-cloud/node-sdk#authorization
0 commit comments