Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Feb 28, 2024
1 parent 2545ee4 commit ba080f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can configure the polling interval and polling timeout using these options:
```ruby
transcript = client.transcripts.transcribe(
audio_url: "https://storage.googleapis.com/aai-web-samples/espn-bears.m4a",
AssemblyAI::Transcripts::PollingInterval.new(
AssemblyAI::Transcripts::PollingOptions.new(
# How frequently the transcript is polled in ms. Defaults to 3000.
interval: 1000,
# How long to wait in ms until the "Polling timeout" error is thrown. Defaults to infinite (-1).
Expand Down

0 comments on commit ba080f3

Please sign in to comment.