Skip to content

Commit

Permalink
Merge pull request #60 from deepgram/formatting-features
Browse files Browse the repository at this point in the history
added formatting features
  • Loading branch information
briancbarrow authored Nov 18, 2022
2 parents 399cbeb + 583b254 commit 86ba7d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deepgram/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,20 @@ class TranscriptionOptions(TypedDict, total=False):
version: str
multichannel: bool
alternatives: int
# numerals will be deprecated in the future
numerals: bool
numbers: bool
numbers_spaces: bool
search: List[str]
callback: str
keywords: List[str]
ner: str
tier: str
dates: bool
date_format: str
times: bool
dictation: bool
measurements: bool
replace: str


Expand Down

0 comments on commit 86ba7d6

Please sign in to comment.