Skip to content

Commit

Permalink
Implements no_delay
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvonthenen committed May 13, 2024
1 parent 619b2b0 commit 57d89c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deepgram/clients/live/v1/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ class LiveOptions:
multichannel: Optional[bool] = field(
default=None, metadata=config(exclude=lambda f: f is None)
)
no_delay: Optional[bool] = field(
default=None, metadata=config(exclude=lambda f: f is None)
)
numerals: Optional[bool] = field(
default=None, metadata=config(exclude=lambda f: f is None)
)
Expand Down

0 comments on commit 57d89c5

Please sign in to comment.