Skip to content

Commit

Permalink
feat: filler words release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Jul 26, 2023
1 parent 71fad05 commit 1cc9ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deepgram/prerecorded.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type PreRecordedTranscriptionOptions struct {
Utterances bool `json:"utterances" url:"utterances,omitempty" `
Utt_split float64 `json:"utt_split" url:"utt_split,omitempty" `
Version string `json:"version" url:"version,omitempty" `
FillerWords string `json:"filler_words" url:"filler_words,omitempty" `
}

type PreRecordedResponse struct {
Expand Down
1 change: 1 addition & 0 deletions deepgram/transcriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type LiveTranscriptionOptions struct {
Times bool `json:"times" url:"times,omitempty" `
Vad_turnoff int `json:"vad_turnoff" url:"vad_turnoff,omitempty" `
Version string `json:"version" url:"version,omitempty" `
FillerWords string `json:"filler_words" url:"filler_words,omitempty" `
}

func (dg *Client) LiveTranscription(options LiveTranscriptionOptions) (*websocket.Conn, *http.Response, error) {
Expand Down

0 comments on commit 1cc9ddf

Please sign in to comment.