Skip to content

Commit

Permalink
Implement NoDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
dvonthenen committed May 13, 2024
1 parent b6e0c04 commit 5e8831d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/interfaces/types-stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type LiveTranscriptionOptions struct {
Language string `json:"language,omitempty" schema:"language,omitempty"`
Model string `json:"model,omitempty" schema:"model,omitempty"`
Multichannel bool `json:"multichannel,omitempty" schema:"multichannel,omitempty"`
NoDelay bool `json:"no_delay,omitempty" schema:"no_delay,omitempty"`
Numerals bool `json:"numerals,omitempty" schema:"numerals,omitempty"`
ProfanityFilter bool `json:"profanity_filter,omitempty" schema:"profanity_filter,omitempty"`
Punctuate bool `json:"punctuate,omitempty" schema:"punctuate,omitempty"`
Expand Down

0 comments on commit 5e8831d

Please sign in to comment.