Skip to content

Commit

Permalink
print entire response
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDeepgram committed Jul 13, 2024
1 parent 868e2a7 commit 50c1a18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/prerecorded_from_url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ async fn main() -> Result<(), DeepgramError> {
.prerecorded(source, &options)
.await?;

let transcript = &response.results.channels[0].alternatives[0].transcript;
println!("{}", transcript);

println!("{:?}", response);

Ok(())
Expand Down

0 comments on commit 50c1a18

Please sign in to comment.