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 418cb53 commit 583b254Copy full SHA for 583b254
deepgram/_types.py
@@ -72,11 +72,12 @@ class TranscriptionOptions(TypedDict, total=False):
72
keywords: List[str]
73
ner: str
74
tier: str
75
- dates: str
+ dates: bool
76
date_format: str
77
- times: str
78
- dictation: str
79
- measurements: str
+ times: bool
+ dictation: bool
+ measurements: bool
80
+ replace: str
81
82
83
class PrerecordedOptions(TranscriptionOptions, total=False):
0 commit comments