You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: lib/assemblyai/transcripts/polling_client.rb
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ class TranscriptsClient
31
31
# @param punctuate [Boolean] Enable Automatic Punctuation, can be true or false
32
32
# @param format_text [Boolean] Enable Text Formatting, can be true or false
33
33
# @param dual_channel [Boolean] Enable [Dual Channel](https://www.assemblyai.com/docs/models/speech-recognition#dual-channel-transcription) transcription, can be true or false.
34
-
# @param webhook_url [String] The URL to which AssemblyAI send webhooks upon trancription completion
34
+
# @param webhook_url [String] The URL to which AssemblyAI send webhooks upon transcription completion
35
35
# @param webhook_auth_header_name [String] The header name which should be sent back with webhook calls
36
36
# @param webhook_auth_header_value [String] Specify a header name and value to send back with a webhook call for added security
37
37
# @param auto_highlights [Boolean] Whether Key Phrases is enabled, either true or false
@@ -65,15 +65,14 @@ class TranscriptsClient
65
65
# @param summary_type [Transcripts::SummaryType] The type of summary
66
66
# @param custom_topics [Boolean] Whether custom topics is enabled, either true or false
67
67
# @param topics [Array<String>] The list of custom topics provided, if custom topics is enabled
68
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
69
68
# @param audio_url [String] The URL of the audio or video file to transcribe.
70
69
# @param request_options [RequestOptions]
71
70
# @param polling_options [Transcripts::PollingOptions] Configuration options for polling requests.
# @param punctuate [Boolean] Enable Automatic Punctuation, can be true or false
109
108
# @param format_text [Boolean] Enable Text Formatting, can be true or false
110
109
# @param dual_channel [Boolean] Enable [Dual Channel](https://www.assemblyai.com/docs/models/speech-recognition#dual-channel-transcription) transcription, can be true or false.
111
-
# @param webhook_url [String] The URL to which AssemblyAI send webhooks upon trancription completion
110
+
# @param webhook_url [String] The URL to which AssemblyAI send webhooks upon transcription completion
112
111
# @param webhook_auth_header_name [String] The header name which should be sent back with webhook calls
113
112
# @param webhook_auth_header_value [String] Specify a header name and value to send back with a webhook call for added security
114
113
# @param auto_highlights [Boolean] Whether Key Phrases is enabled, either true or false
@@ -142,16 +141,15 @@ class AsyncTranscriptsClient
142
141
# @param summary_type [Transcripts::SummaryType] The type of summary
143
142
# @param custom_topics [Boolean] Whether custom topics is enabled, either true or false
144
143
# @param topics [Array<String>] The list of custom topics provided, if custom topics is enabled
145
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
146
144
# @param audio_url [String] The URL of the audio or video file to transcribe.
147
145
# @param request_options [RequestOptions]
148
146
# @param polling_options [Transcripts::PollingOptions] Configuration options for polling requests.
0 commit comments