go-sdk
go-sdk copied to clipboard
:mouse: go SDK for the IBM Watson services.
### Summary The IBM Speech-To-Text API features multiple query parameters for recognition. "Character insertion bias" is not yet supported by this SDK. This PR adds it to "CreateJobOptions" and "RecognizeOptions"....
When using custom parameters for STT recognize, such as `BackgroundAudioSuppression`, `MaxAlternatives` I noticed there is no setter for`CharacterInsertionBias`. Possible solution: ``` // SetCharacterInsertionBias : Allow user to set CharacterInsertionBias func...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...