Skip to content

Commit

Permalink
whooops
Browse files Browse the repository at this point in the history
  • Loading branch information
bencIsTheGoat committed Jun 1, 2023
1 parent 70c4f18 commit 7dcbe0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepgram/prerecorded.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ type TopicBase struct {
}

type Topic struct {
Topic string `json:"topic"`
Confidence int `json:"confidence"`
Topic string `json:"topic"`
Confidence float64 `json:"confidence"`
}

type Channel struct {
Expand Down

0 comments on commit 7dcbe0a

Please sign in to comment.