-
Notifications
You must be signed in to change notification settings - Fork 664
Regenerate sdk release 2 2019 #833
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
…`upgradeAcousticModel`
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 good after CI! And anthony has eagle eyes!
@@ -827,6 +851,8 @@ namespace CompareComplyV1 { | |||
/** The content type of file. */ | |||
export enum FileContentType { | |||
APPLICATION_PDF = 'application/pdf', | |||
APPLICATION_MSWORD = 'application/msword', | |||
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', |
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.
lol
Tests are failing, did you need to update the test?
|
Codecov Report
@@ Coverage Diff @@
## master #833 +/- ##
=======================================
Coverage 95.65% 95.65%
=======================================
Files 2 2
Lines 46 46
Branches 2 2
=======================================
Hits 44 44
Misses 2 2 Continue to review full report at Codecov.
|
🎉 This PR is included in version 3.18.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Regenerate the SDKs. Adds new properties for CnC models, new
force
parameter for STT, newgetStopwordListStatus
method for Discovery (with tests).Also fixes a typo @AnthonyOliveri pointed out in the Analytics header.