-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow arbitrary query params (reapply) (#73)
Allow adding arbitrary query params to prerecorded transcription requests. Since Deepgram doesn't officially support the rust SDK, it may occasionally fall behind in feature support. This change will make it possible for rust developers to make use of arbitrary new features through the SDK before a new version gets released.
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "deepgram" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Deepgram <[email protected]>"] | ||
edition = "2021" | ||
description = "Official Rust SDK for Deepgram's automated speech recognition APIs." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters