Skip to content

Commit

Permalink
Merge pull request #82 from deepgram/keyword-boost
Browse files Browse the repository at this point in the history
add keyword_boost option
  • Loading branch information
briancbarrow committed Jun 5, 2023
2 parents 5ed29bd + 15d4f39 commit c9cb626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepgram/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class TranscriptionOptions(TypedDict, total=False):
search: List[str]
callback: str
keywords: List[str]
keyword_boost: str
ner: str
tier: str
dates: bool
Expand Down

0 comments on commit c9cb626

Please sign in to comment.