We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cdb91 commit 418cb53Copy full SHA for 418cb53
deepgram/_types.py
@@ -63,13 +63,20 @@ class TranscriptionOptions(TypedDict, total=False):
63
version: str
64
multichannel: bool
65
alternatives: int
66
+ # numerals will be deprecated in the future
67
numerals: bool
68
+ numbers: bool
69
+ numbers_spaces: bool
70
search: List[str]
71
callback: str
72
keywords: List[str]
73
ner: str
74
tier: str
- replace: str
75
+ dates: str
76
+ date_format: str
77
+ times: str
78
+ dictation: str
79
+ measurements: str
80
81
82
class PrerecordedOptions(TranscriptionOptions, total=False):
0 commit comments