Skip to content

Commit 18b3d5d

Browse files
Merge pull request #400 from deepgram/utt-split-float
Change utt_split type to float
2 parents 0b21233 + c5043fa commit 18b3d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepgram/clients/prerecorded/v1/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class PrerecordedOptions:
132132
topics: Optional[bool] = field(
133133
default=None, metadata=config(exclude=lambda f: f is None)
134134
)
135-
utt_split: Optional[int] = field(
135+
utt_split: Optional[float] = field(
136136
default=None, metadata=config(exclude=lambda f: f is None)
137137
)
138138
utterances: Optional[bool] = field(

0 commit comments

Comments
 (0)