google-cloud-text_to_speech-v1 0.2.1 → 0.2.2
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: b01d2242a31a9c15b0935ac4a595c4e32dfe06a8163b5efe4525c937f94a670f
|
|
4
|
+
data.tar.gz: ccbf998ba86a7cac7e633fea93ee3fb819482b5b1ec96a61656db96c52128322
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fab6e4618a05c37848869e7565d7178d2339ad0b5b302f4e695c420b5297b2eb696333387b76e07548ae8a1d0032ec7e581a87b88000f28abc8ba6ac980663ee
|
|
7
|
+
data.tar.gz: d68d7d8bf79e021078c8d02830c1572f72468c82548924f6cf58f3dc738fa136ec597d81b731e670f93fd3f91d3f4535638b8940611ecfc78e51f7fb01bce27c
|
|
@@ -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-v1
|
|
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-
|
|
11
|
+
date: 2020-06-06 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 V1 API
|