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 +4 -4
- data/README.md +2 -2
- data/lib/google/cloud/media_translation/version.rb +1 -1
- data/lib/google/cloud/media_translation.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8ca513f4d157df1caef160cf8110193a302847897a381be2e358006ed33ec7d
|
|
4
|
+
data.tar.gz: 5965cea79bf8161d55c1a43ba998ce302d5c6d6d581f2af447eefdfca10f2973
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 Google
|
|
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.
|
|
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
|
|
@@ -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.
|
|
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 Google
|
|
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.
|
|
75
|
+
version: '3.2'
|
|
76
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
|
78
78
|
- - ">="
|