google-cloud-media_translation 0.6.2 → 0.7.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 +1 -1
- data/lib/google/cloud/media_translation/version.rb +1 -1
- 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: 516a33316adee13c61ac486ab2bf4f0721c176b775e52ea0ac7e681c60611635
|
|
4
|
+
data.tar.gz: 251b04d4f68800776e418f44593a7898a3c193ea5c9ddcb80f5a9ebc1e4e3864
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6731f16bf8f9f6fb43c21ae2c8ba6c74673b093d4af3421562ed5caceb251e0bcd597bf89503d614e1a4b0707eec72447a71304b97d69335c4c8d193ef878fa1
|
|
7
|
+
data.tar.gz: 5ea9232fd8712b389d463bfdf81f0c39b97fbdbedaa87b7a6a3eef7782a5ac0a05a17107f9d117ac80e5fb73ddb84eaebeeb1700f0c7cbfa7f1225e5b619a284
|
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*`.
|
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.7.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
|
- - ">="
|