Skip to content

Commit

Permalink
Merge pull request #56 from corlinp/patch-1
Browse files Browse the repository at this point in the history
Add 'smart_format' to LiveTranscriptionOptions
  • Loading branch information
SandraRodgers authored Jul 17, 2023
2 parents 63c2386 + 7f52450 commit aa510f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepgram/transcriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type LiveTranscriptionOptions struct {
Replace string `json:"replace" url:"replace,omitempty" `
Sample_rate int `json:"sample_rate" url:"sample_rate,omitempty" `
Search []string `json:"search" url:"search,omitempty" `
Smart_format bool `json:"smart_format" url:"smart_format,omitempty" `
Tag []string `json:"tag" url:"tag,omitempty" `
Tier string `json:"tier" url:"tier,omitempty" `
Times bool `json:"times" url:"times,omitempty" `
Expand Down

0 comments on commit aa510f9

Please sign in to comment.