Skip to content

Commit

Permalink
Merge pull request #76 from deepgram-devs/add-requestid-to-prerecorded
Browse files Browse the repository at this point in the history
adds request id back
  • Loading branch information
SandraRodgers authored Aug 18, 2023
2 parents 7e496ed + 4aee4aa commit 82dda92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepgram/prerecorded.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ type PreRecordedTranscriptionOptions struct {
}

type PreRecordedResponse struct {
Request_id string `json:"request_id,omitempty"`
Metadata Metadata `json:"metadata"`
Results Results `json:"results"`
}
Expand Down

0 comments on commit 82dda92

Please sign in to comment.