google-cloud-text_to_speech-v1 0.2.4 → 0.2.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a15fc2c6e14b5ff48bfc87a1b6df7deb0857651183e316477cf96b9140de4769
|
|
4
|
+
data.tar.gz: 6621dbd8854ee54c41c6a8a499ce7c3d3bd22e63401e6424fa3a8140dba800f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9abcdf8f943cbc21b45f0f1973245c4251667842cbdd417a45759cd3431c88222ec166cdd65aa1f921056f344749c7c93957993396caa2151436e0cf40824b6a
|
|
7
|
+
data.tar.gz: 6d4aceb17f65103c045a18f4d96646b2690b32b861e863fc26c8b4af1ad114456db7e73b0c2a57a9642026f90523bbf2080ad93edbf45b2481da03d7f5614d0e
|
|
@@ -181,10 +181,10 @@ module Google
|
|
|
181
181
|
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
|
|
182
182
|
# specified, the ListVoices call will only return voices that can be used to
|
|
183
183
|
# synthesize this language_code. E.g. when specifying "en-NZ", you will get
|
|
184
|
-
# supported "en
|
|
185
|
-
# "no
|
|
186
|
-
# will also get supported "cmn
|
|
187
|
-
# supported "yue
|
|
184
|
+
# supported "en-\*" voices; when specifying "no", you will get supported
|
|
185
|
+
# "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
|
|
186
|
+
# will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
|
|
187
|
+
# supported "yue-\*" voices.
|
|
188
188
|
#
|
|
189
189
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
190
190
|
# @yieldparam response [::Google::Cloud::TextToSpeech::V1::ListVoicesResponse]
|
|
@@ -375,7 +375,7 @@ module Google
|
|
|
375
375
|
|
|
376
376
|
config_attr :endpoint, "texttospeech.googleapis.com", ::String
|
|
377
377
|
config_attr :credentials, nil do |value|
|
|
378
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
378
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
379
379
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
380
380
|
allowed.any? { |klass| klass === value }
|
|
381
381
|
end
|
|
@@ -28,10 +28,10 @@ module Google
|
|
|
28
28
|
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
|
|
29
29
|
# specified, the ListVoices call will only return voices that can be used to
|
|
30
30
|
# synthesize this language_code. E.g. when specifying "en-NZ", you will get
|
|
31
|
-
# supported "en
|
|
32
|
-
# "no
|
|
33
|
-
# will also get supported "cmn
|
|
34
|
-
# supported "yue
|
|
31
|
+
# supported "en-\*" voices; when specifying "no", you will get supported
|
|
32
|
+
# "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
|
|
33
|
+
# will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
|
|
34
|
+
# supported "yue-\*" voices.
|
|
35
35
|
class ListVoicesRequest
|
|
36
36
|
include ::Google::Protobuf::MessageExts
|
|
37
37
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-text_to_speech-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|