Skip to content

Commit 86ba7d6

Browse files
authored
Merge pull request #60 from deepgram/formatting-features
added formatting features
2 parents 399cbeb + 583b254 commit 86ba7d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deepgram/_types.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,20 @@ class TranscriptionOptions(TypedDict, total=False):
6363
version: str
6464
multichannel: bool
6565
alternatives: int
66+
# numerals will be deprecated in the future
6667
numerals: bool
68+
numbers: bool
69+
numbers_spaces: bool
6770
search: List[str]
6871
callback: str
6972
keywords: List[str]
7073
ner: str
7174
tier: str
75+
dates: bool
76+
date_format: str
77+
times: bool
78+
dictation: bool
79+
measurements: bool
7280
replace: str
7381

7482

0 commit comments

Comments
 (0)