Skip to content

Commit 418cb53

Browse files
committed
added formatting features
1 parent 85cdb91 commit 418cb53

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

deepgram/_types.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +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
72-
replace: str
75+
dates: str
76+
date_format: str
77+
times: str
78+
dictation: str
79+
measurements: str
7380

7481

7582
class PrerecordedOptions(TranscriptionOptions, total=False):

0 commit comments

Comments
 (0)