assemblyai 1.0.0.pre.beta.15 → 1.0.0.pre.beta.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ae87cdf281a98b3212969920386369475357ec4d885884dec3801fcb7365cee
4
- data.tar.gz: 8b887200cc676f11d6f33468bfb3b0b019d256e9305cd2fe656412cbcc39b068
3
+ metadata.gz: 75a26a3b30fde2cb4837d1d485cff0f23175657d3e43dba1aace020dfd5475f9
4
+ data.tar.gz: da15a89021401f9d7a6cf100fcc19bb43253fd8f8af51393ea5d22fe4206cb61
5
5
  SHA512:
6
- metadata.gz: da259645f0d5a208bfbb99a7e28505e7d19fbabcdf53b0f34467cb7f1b598188cfb74010e68a1250a7b687924e787ccae99e8b6b0553d583398fba37cf73e9d7
7
- data.tar.gz: 9c100ade246d673db73c9cefb7c110a4ab80b29f4901dfdcba172d41af787643f27f38d979916e9f597135dc35f72b61251337099c339d5afd4f7da36d1628d9
6
+ metadata.gz: '0838f9ba6245e0d8aeafc007edb2deb6949c40a91dbc80cb3cb3f0524ef669fab0da71683b4fc55d95989307b598f79b325e0bcb8d59b7f81eda7ef8b5a2b58e'
7
+ data.tar.gz: 0c7146f8c84ab43746f20e8f957eb0cbce76537de022747e473ccc98b539341a84dc16c1fc771e01770141624bfaba2c90815b1160c4d91ec1f1d45579545a5d
@@ -109,7 +109,6 @@ module AssemblyAI
109
109
  # @return [Transcripts::Transcript]
110
110
  def submit(audio_url:, speech_model: nil, language_code: nil, punctuate: nil, format_text: nil, dual_channel: nil,
111
111
  webhook_url: nil, webhook_auth_header_name: nil, webhook_auth_header_value: nil, auto_highlights: nil, audio_start_from: nil, audio_end_at: nil, word_boost: nil, boost_param: nil, filter_profanity: nil, redact_pii: nil, redact_pii_audio: nil, redact_pii_audio_quality: nil, redact_pii_policies: nil, redact_pii_sub: nil, speaker_labels: nil, speakers_expected: nil, content_safety: nil, content_safety_confidence: nil, iab_categories: nil, language_detection: nil, custom_spelling: nil, disfluencies: nil, sentiment_analysis: nil, auto_chapters: nil, entity_detection: nil, speech_threshold: nil, summarization: nil, summary_model: nil, summary_type: nil, custom_topics: nil, topics: nil, additional_properties: nil, request_options: nil)
112
- deprecate_conformer2(speech_model: speech_model)
113
112
  response = @request_client.conn.post do |req|
114
113
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
115
114
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -272,12 +271,6 @@ module AssemblyAI
272
271
  end
273
272
  Transcripts::RedactedAudioResponse.from_json(json_object: response.body)
274
273
  end
275
-
276
- # @param speech_model [Transcripts::SpeechModel]
277
- def deprecate_conformer2(speech_model: nil)
278
- warn "[DEPRECATION] `conformer-2` is deprecated. Please use `best` or `nano` instead." if speech_model == "conformer-2"
279
- end
280
- private :deprecate_conformer2
281
274
  end
282
275
 
283
276
  class AsyncTranscriptsClient
@@ -370,7 +363,6 @@ module AssemblyAI
370
363
  # @return [Transcripts::Transcript]
371
364
  def submit(audio_url:, speech_model: nil, language_code: nil, punctuate: nil, format_text: nil, dual_channel: nil,
372
365
  webhook_url: nil, webhook_auth_header_name: nil, webhook_auth_header_value: nil, auto_highlights: nil, audio_start_from: nil, audio_end_at: nil, word_boost: nil, boost_param: nil, filter_profanity: nil, redact_pii: nil, redact_pii_audio: nil, redact_pii_audio_quality: nil, redact_pii_policies: nil, redact_pii_sub: nil, speaker_labels: nil, speakers_expected: nil, content_safety: nil, content_safety_confidence: nil, iab_categories: nil, language_detection: nil, custom_spelling: nil, disfluencies: nil, sentiment_analysis: nil, auto_chapters: nil, entity_detection: nil, speech_threshold: nil, summarization: nil, summary_model: nil, summary_type: nil, custom_topics: nil, topics: nil, additional_properties: nil, request_options: nil)
373
- deprecate_conformer2(speech_model: speech_model)
374
366
  Async do
375
367
  response = @request_client.conn.post do |req|
376
368
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -549,11 +541,5 @@ module AssemblyAI
549
541
  Transcripts::RedactedAudioResponse.from_json(json_object: response.body)
550
542
  end
551
543
  end
552
-
553
- # @param speech_model [Transcripts::SpeechModel]
554
- def deprecate_conformer2(speech_model: nil)
555
- warn "[DEPRECATION] `conformer-2` is deprecated. Please use `best` or `nano` instead." if speech_model == "conformer-2"
556
- end
557
- private :deprecate_conformer2
558
544
  end
559
545
  end
@@ -72,7 +72,6 @@ module AssemblyAI
72
72
  # @return [Transcripts::Transcript]
73
73
  def transcribe(audio_url:, speech_model: nil, language_code: nil, punctuate: nil, format_text: nil, dual_channel: nil,
74
74
  webhook_url: nil, webhook_auth_header_name: nil, webhook_auth_header_value: nil, auto_highlights: nil, audio_start_from: nil, audio_end_at: nil, word_boost: nil, boost_param: nil, filter_profanity: nil, redact_pii: nil, redact_pii_audio: nil, redact_pii_audio_quality: nil, redact_pii_policies: nil, redact_pii_sub: nil, speaker_labels: nil, speakers_expected: nil, content_safety: nil, content_safety_confidence: nil, iab_categories: nil, language_detection: nil, custom_spelling: nil, disfluencies: nil, sentiment_analysis: nil, auto_chapters: nil, entity_detection: nil, speech_threshold: nil, summarization: nil, summary_model: nil, summary_type: nil, custom_topics: nil, topics: nil, additional_properties: nil, request_options: nil, polling_options: Transcripts::PollingOptions.new)
75
- deprecate_conformer2(speech_model: speech_model)
76
75
  transcript = submit(audio_url: audio_url, speech_model: speech_model, language_code: language_code, punctuate: punctuate, format_text: format_text, dual_channel: dual_channel,
77
76
  webhook_url: webhook_url, webhook_auth_header_name: webhook_auth_header_name, webhook_auth_header_value: webhook_auth_header_value, auto_highlights: auto_highlights, audio_start_from: audio_start_from, audio_end_at: audio_end_at, word_boost: word_boost, boost_param: boost_param, filter_profanity: filter_profanity, redact_pii: redact_pii, redact_pii_audio: redact_pii_audio, redact_pii_audio_quality: redact_pii_audio_quality, redact_pii_policies: redact_pii_policies, redact_pii_sub: redact_pii_sub, speaker_labels: speaker_labels, speakers_expected: speakers_expected, content_safety: content_safety, content_safety_confidence: content_safety_confidence, iab_categories: iab_categories, language_detection: language_detection, custom_spelling: custom_spelling, disfluencies: disfluencies, sentiment_analysis: sentiment_analysis, auto_chapters: auto_chapters, entity_detection: entity_detection, speech_threshold: speech_threshold, summarization: summarization, summary_model: summary_model, summary_type: summary_type, custom_topics: custom_topics, topics: topics, additional_properties: additional_properties, request_options: request_options)
78
77
  wait_until_ready(transcript_id: transcript.id, polling_options: polling_options)
@@ -97,13 +96,6 @@ module AssemblyAI
97
96
  sleep polling_options.interval / 1000
98
97
  end
99
98
  end
100
-
101
- # @param speech_model [Transcripts::SpeechModel]
102
- def deprecate_conformer2(speech_model: nil)
103
- warn "[DEPRECATION] `conformer-2` is deprecated. Please use `best` or `nano` instead." if speech_model == "conformer-2"
104
- end
105
-
106
- private :deprecate_conformer2
107
99
  end
108
100
 
109
101
  # :nodoc:
@@ -157,7 +149,6 @@ module AssemblyAI
157
149
  # @return [Transcripts::Transcript]
158
150
  def transcribe(audio_url:, speech_model: nil, language_code: nil, punctuate: nil, format_text: nil, dual_channel: nil,
159
151
  webhook_url: nil, webhook_auth_header_name: nil, webhook_auth_header_value: nil, auto_highlights: nil, audio_start_from: nil, audio_end_at: nil, word_boost: nil, boost_param: nil, filter_profanity: nil, redact_pii: nil, redact_pii_audio: nil, redact_pii_audio_quality: nil, redact_pii_policies: nil, redact_pii_sub: nil, speaker_labels: nil, speakers_expected: nil, content_safety: nil, content_safety_confidence: nil, iab_categories: nil, language_detection: nil, custom_spelling: nil, disfluencies: nil, sentiment_analysis: nil, auto_chapters: nil, entity_detection: nil, speech_threshold: nil, summarization: nil, summary_model: nil, summary_type: nil, custom_topics: nil, topics: nil, additional_properties: nil, request_options: nil, polling_options: Transcripts::PollingOptions.new)
160
- deprecate_conformer2(speech_model: speech_model)
161
152
  Async do
162
153
  transcript = submit(audio_url: audio_url, speech_model: speech_model, language_code: language_code, punctuate: punctuate, format_text: format_text, dual_channel: dual_channel,
163
154
  webhook_url: webhook_url, webhook_auth_header_name: webhook_auth_header_name, webhook_auth_header_value: webhook_auth_header_value, auto_highlights: auto_highlights, audio_start_from: audio_start_from, audio_end_at: audio_end_at, word_boost: word_boost, boost_param: boost_param, filter_profanity: filter_profanity, redact_pii: redact_pii, redact_pii_audio: redact_pii_audio, redact_pii_audio_quality: redact_pii_audio_quality, redact_pii_policies: redact_pii_policies, redact_pii_sub: redact_pii_sub, speaker_labels: speaker_labels, speakers_expected: speakers_expected, content_safety: content_safety, content_safety_confidence: content_safety_confidence, iab_categories: iab_categories, language_detection: language_detection, custom_spelling: custom_spelling, disfluencies: disfluencies, sentiment_analysis: sentiment_analysis, auto_chapters: auto_chapters, entity_detection: entity_detection, speech_threshold: speech_threshold, summarization: summarization, summary_model: summary_model, summary_type: summary_type, custom_topics: custom_topics, topics: topics, additional_properties: additional_properties, request_options: request_options).wait
@@ -186,12 +177,5 @@ module AssemblyAI
186
177
  end
187
178
  end
188
179
  end
189
-
190
- # @param speech_model [Transcripts::SpeechModel]
191
- def deprecate_conformer2(speech_model:)
192
- warn "[DEPRECATION] `conformer-2` is deprecated. Please use `best` or `nano` instead." if speech_model == "conformer-2"
193
- end
194
-
195
- private :deprecate_conformer2
196
180
  end
197
181
  end
@@ -6,8 +6,6 @@ module AssemblyAI
6
6
  class SpeechModel
7
7
  BEST = "best"
8
8
  NANO = "nano"
9
- # @deprecated This option will stop working in the near future. Please use {#BEST} or {#NANO} instead
10
- CONFORMER2 = "conformer-2"
11
9
  end
12
10
  end
13
11
  end
data/lib/gemconfig.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module AssemblyAI
4
4
  module Gemconfig
5
- VERSION = "1.0.0-beta.15"
5
+ VERSION = "1.0.0-beta.17"
6
6
  AUTHORS = [""].freeze
7
7
  EMAIL = "support@assemblyai.com"
8
8
  SUMMARY = "AssemblyAI Ruby SDK"
data/lib/requests.rb CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require_relative "environment"
4
4
  require_relative "user_agent"
5
+ require_relative "gemconfig"
5
6
  require "faraday"
6
7
  require "faraday/retry"
7
8
  require "async/http/faraday"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assemblyai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.15
4
+ version: 1.0.0.pre.beta.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-10 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-http-faraday