Skip to content

Commit

Permalink
fixed typo in options comment
Browse files Browse the repository at this point in the history
  • Loading branch information
briancbarrow committed Jul 7, 2022
1 parent 5b83eb6 commit 061a638
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [1.4.3]

### Added

- Added `tier` to transcription option types

## [1.4.2]

### Added

- Updated build step to build separate files for browser version

## [1.4.1]

### Added

- Small fix for npm deployment

## [1.4.0]

### Added

- Added Browser compatible versions of the live and preRecorded transcription methods

## [1.3.1]

### Updated
Expand Down
2 changes: 1 addition & 1 deletion src/types/liveTranscriptionOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type LiveTranscriptionOptions = {

/**
* Tier of the model to use.
* @default because
* @default base
* @remarks Possible values are base or enhanced
* @see https://developers.deepgram.com/documentation/features/tier/
*/
Expand Down
2 changes: 1 addition & 1 deletion src/types/prerecordedTranscriptionOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type PrerecordedTranscriptionOptions = {
version?: string;
/**
* Tier of the model to use.
* @default because
* @default base
* @remarks Possible values are base or enhanced
* @see https://developers.deepgram.com/documentation/features/tier/
*/
Expand Down

0 comments on commit 061a638

Please sign in to comment.