Skip to content

Commit

Permalink
chore(release): 13.0.0 release notes
Browse files Browse the repository at this point in the history
# [13.0.0](v12.0.1...v13.0.0) (2024-05-20)

### Features

* **discov2:** add ocrEnabled parameter ([45ec51d](45ec51d))
* **stt:** add speechBeginEvent param to recognize func ([5cb5238](5cb5238))
* **stt:** remove interimResults and lowLatency wss params ([4c571c2](4c571c2))

### BREAKING CHANGES

* **stt:** RecognizeWithWebsocketsOptions interimResults and
lowLatency properties removed
  • Loading branch information
semantic-release-bot committed May 20, 2024
1 parent 55f006e commit 2fc3d6d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [13.0.0](https://github.com/watson-developer-cloud/java-sdk/compare/v12.0.1...v13.0.0) (2024-05-20)


### Features

* **discov2:** add ocrEnabled parameter ([45ec51d](https://github.com/watson-developer-cloud/java-sdk/commit/45ec51d59adce5923f30e59790d08d22002c6417))
* **stt:** add speechBeginEvent param to recognize func ([5cb5238](https://github.com/watson-developer-cloud/java-sdk/commit/5cb5238bb7822c6397c0fe2fdf7c0c71dae600ac))
* **stt:** remove interimResults and lowLatency wss params ([4c571c2](https://github.com/watson-developer-cloud/java-sdk/commit/4c571c22e725858908b57628ec251b178e763392))


### BREAKING CHANGES

* **stt:** RecognizeWithWebsocketsOptions interimResults and
lowLatency properties removed

## [12.0.1](https://github.com/watson-developer-cloud/java-sdk/compare/v12.0.0...v12.0.1) (2024-03-13)


Expand Down

0 comments on commit 2fc3d6d

Please sign in to comment.