Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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