You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
speech-to-text:endOfPhraseSilenceTime and splitTranscriptAtPhraseEnd params added to recognize, createJob, and recognizeUsingWebSocket methods (e3ff8db)
add serviceName parameter for all services (964e9e1)
change all websocket method parameters to lower camel case (#941) (cb6711f)
Features
add support for new authenticators in all sdks and add new service features for major release (#946) (3acffc5)
BREAKING CHANGES
Passing individual credentials to the service constructor will no longer work. An Authenticator must be initialized and passed in. For more information, see the migration guide.
All parameters have been converted to their lower camel case version.
Support for the token parameter has been removed
Support for the customization_id parameter has been removed
Method setAuthorizationHeaderToken has been removed from the WebSocket Stream classes
RecognizeStream.readableObjectMode will always be a Boolean value - before, it could have been undefined.
This SDK may no longer work with applications running on Node 6 or 8.