google-cloud-text_to_speech-v1beta1 0.2.1 → 0.2.2
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: de81ebff9ea7cd6621d4a721f17e3eab7a999a4d2a745f7b15914cd98de08454
|
4
|
+
data.tar.gz: bb83d38936d6c19ada12a2ace7bdbe0ae8b98df660a23889da4e6f59e8e2d711
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1a947d91523a2a8fc068fb60e5ec65e3bbc699b021a7d8728572f1c4ef6c1f13eb8669eb7907da34b3883419fedcafd580459fed3164453dad060a2f2f08733
|
7
|
+
data.tar.gz: 3fdc08ed0306d8fb3876680437bc98c32730b05f75fe639287ddf1f3b23a30790465b26887076cdedac40197e44f2d98ebc432b7dd8210a5e3a7060923d03634
|
@@ -403,7 +403,7 @@ module Google
|
|
403
403
|
def rpcs
|
404
404
|
@rpcs ||= begin
|
405
405
|
parent_rpcs = nil
|
406
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
406
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
407
407
|
Rpcs.new parent_rpcs
|
408
408
|
end
|
409
409
|
end
|
@@ -93,7 +93,7 @@ module Google
|
|
93
93
|
# The SSML document to be synthesized. The SSML document must be valid
|
94
94
|
# and well-formed. Otherwise the RPC will fail and return
|
95
95
|
# [google.rpc.Code.INVALID_ARGUMENT][]. For more information, see
|
96
|
-
# [SSML](/
|
96
|
+
# [SSML](https://cloud.google.com/text-to-speech/docs/ssml).
|
97
97
|
class SynthesisInput
|
98
98
|
include ::Google::Protobuf::MessageExts
|
99
99
|
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.2.
|
4
|
+
version: 0.2.2
|
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-05
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
- !ruby/object:Gem::Version
|
193
193
|
version: '0'
|
194
194
|
requirements: []
|
195
|
-
rubygems_version: 3.
|
195
|
+
rubygems_version: 3.1.3
|
196
196
|
signing_key:
|
197
197
|
specification_version: 4
|
198
198
|
summary: API Client library for the Cloud Text-to-Speech V1beta1 API
|