Skip to content

Commit 583b254

Browse files
committed
changed to booleans, added replace back in
1 parent 418cb53 commit 583b254

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

deepgram/_types.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ class TranscriptionOptions(TypedDict, total=False):
7272
keywords: List[str]
7373
ner: str
7474
tier: str
75-
dates: str
75+
dates: bool
7676
date_format: str
77-
times: str
78-
dictation: str
79-
measurements: str
77+
times: bool
78+
dictation: bool
79+
measurements: bool
80+
replace: str
8081

8182

8283
class PrerecordedOptions(TranscriptionOptions, total=False):

0 commit comments

Comments
 (0)