google-cloud-media_translation 0.6.2 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f345cd88074b212a8f7a1e02450543226dce8e21a6966e3a644965b9ab520ad5
4
- data.tar.gz: 5411910c488222c9e67a7c0052857e2d48952e06e0d9a066fd629e1c77e382a9
3
+ metadata.gz: d8ca513f4d157df1caef160cf8110193a302847897a381be2e358006ed33ec7d
4
+ data.tar.gz: 5965cea79bf8161d55c1a43ba998ce302d5c6d6d581f2af447eefdfca10f2973
5
5
  SHA512:
6
- metadata.gz: 5855c419ef753e7cc85cfdd1dcdf68fa33a5e578af1536cadf5d9d31c12650cab2fba5c59d95c777271e07ada7e4753ef276ca12ebfae45e080de243bd0ec016
7
- data.tar.gz: bec754399dca324749ce68161a2934655bca00cfe7731f8f8c785e4a606c8ab72101ac5cb6d54e22138ca1c8eaa9d7d6d53fa7eaad51044f5cfe61c20afb1feb
6
+ metadata.gz: c94a83f97f0e1887a48e0878c683452a9f9a243ef246c66806d4c42571b4b41272335ff96b01233040a863e62099da3841e971a3eb23b42c5c5a588f9e968d4e
7
+ data.tar.gz: 3d891e947dbfb3c7bf2fa27ee1754deb8d43600e008931e15c51f9b6b082efc40f0f6670c44e9c300458e1832fa0825c0eb5eb8bf0e9c5d8a9d20b33516e0a15
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Media Translation API
4
4
 
5
- Media Translation API delivers real-time speech translation to your content and applications directly from your audio data. Leveraging Googles machine learning technologies, the API offers enhanced accuracy and simplified integration while equipping you with a comprehensive set of features to further refine your translation results. Improve user experience with low-latency streaming translation and scale quickly with straightforward internationalization.
5
+ Media Translation API delivers real-time speech translation to your content and applications directly from your audio data. Leveraging Google???s machine learning technologies, the API offers enhanced accuracy and simplified integration while equipping you with a comprehensive set of features to further refine your translation results. Improve user experience with low-latency streaming translation and scale quickly with straightforward internationalization.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-media_translation-v*`.
@@ -70,7 +70,7 @@ working, try updating the versioned clients in your bundle or installed gems:
70
70
 
71
71
  ## Supported Ruby Versions
72
72
 
73
- This library is supported on Ruby 3.0+.
73
+ This library is supported on Ruby 3.2+.
74
74
 
75
75
  Google provides official support for Ruby versions that are actively supported
76
76
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module MediaTranslation
23
- VERSION = "0.6.2"
23
+ VERSION = "0.8.0"
24
24
  end
25
25
  end
26
26
  end
@@ -129,6 +129,7 @@ module Google
129
129
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
130
130
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
131
131
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
132
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
132
133
  # * `:retry_codes` (*type:* `Array<String>`) -
133
134
  # The error codes that should trigger a retry.
134
135
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-media_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -44,7 +44,7 @@ dependencies:
44
44
  - !ruby/object:Gem::Version
45
45
  version: 2.a
46
46
  description: Media Translation API delivers real-time speech translation to your content
47
- and applications directly from your audio data. Leveraging Googles machine learning
47
+ and applications directly from your audio data. Leveraging Google???s machine learning
48
48
  technologies, the API offers enhanced accuracy and simplified integration while
49
49
  equipping you with a comprehensive set of features to further refine your translation
50
50
  results. Improve user experience with low-latency streaming translation and scale
@@ -72,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '3.0'
75
+ version: '3.2'
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="