google-cloud-text_to_speech-v1beta1 0.3.0 → 0.3.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57da9d3751dae0ce3d93e834a59cb587261611f80f5efe92fa892e50249f0f83
|
4
|
+
data.tar.gz: 36cccdf3baf7006be27595e542d05624600944d601bf7ba77b766cf4f17e0142
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 930480ef5dc944dfa0d237fca619d9637d126cbb64055a635aa6a71e306c2ce69d8d5fa60c489c3af178cb9158259d280d790bbe32df4b8c00a64da11b1ea4db
|
7
|
+
data.tar.gz: f3db897f2e31a4b4c0ff3ab2551a32c680886fc6c500b9e2085ced93d907f7d5f02179f105fd53a68737fa3ef8d4dfe457c6333fe46e9d23106c15068069d7d8
|
@@ -173,10 +173,10 @@ module Google
|
|
173
173
|
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
|
174
174
|
# specified, the ListVoices call will only return voices that can be used to
|
175
175
|
# synthesize this language_code. E.g. when specifying "en-NZ", you will get
|
176
|
-
# supported "en
|
177
|
-
# "no
|
178
|
-
# will also get supported "cmn
|
179
|
-
# supported "yue
|
176
|
+
# supported "en-\*" voices; when specifying "no", you will get supported
|
177
|
+
# "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
|
178
|
+
# will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
|
179
|
+
# supported "yue-\*" voices.
|
180
180
|
#
|
181
181
|
# @yield [response, operation] Access the result along with the RPC operation
|
182
182
|
# @yieldparam response [::Google::Cloud::TextToSpeech::V1beta1::ListVoicesResponse]
|
@@ -369,7 +369,7 @@ module Google
|
|
369
369
|
|
370
370
|
config_attr :endpoint, "texttospeech.googleapis.com", ::String
|
371
371
|
config_attr :credentials, nil do |value|
|
372
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
372
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
373
373
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
374
374
|
allowed.any? { |klass| klass === value }
|
375
375
|
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-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
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
|