-
Notifications
You must be signed in to change notification settings - Fork 661
4831/recognize stream comments #746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will have to update the javascript sdk also. Or probably find a way to use that SDK as a dependency here.
|
Agreed. I'll change the javascript sdk for now, but I will be looking into bringing it in as a dependency moving forward. Or at the very least, changing the javascript sdk to rely more on this sdk so that there is less repeated code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Codecov Report
@@ Coverage Diff @@
## master #746 +/- ##
=======================================
Coverage 83.98% 83.98%
=======================================
Files 35 35
Lines 4390 4390
Branches 553 553
=======================================
Hits 3687 3687
Misses 324 324
Partials 379 379
Continue to review full report at Codecov.
|
|
🎉 This PR is included in version 3.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@jeffpk62 noticed that the documentation for a few parameters in
RecognizeStreamwas incorrect and did not match the behavior of the service - specifically, they were listing alternate default values for use of the service in object mode when the defaults are not actually different.This PR addresses this inconsistency in the JSDoc comments.