google-cloud-text_to_speech-v1 0.5.1 → 0.5.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: 6fff391754e4a6f1ce8ed4d8f57346aac58263878595772822c4b61914eeef78
|
|
4
|
+
data.tar.gz: d6543709755dca04e49b7e967002443173ccbf76ef2311aad364e3cd099692c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94c9c959b86bbbea12c7b4039fb5f53bbbdf271cbd56e1c37b52a7875e320d9a448190169ef25087e4ba60604eeaffbf4a3846fb5755f0b910db1408fb62a9b0
|
|
7
|
+
data.tar.gz: 135cd3b1327715fd575354569c9d344489442171bb94df48b01aa505abfb06ca792d251c3151bee1d545309aa4a83e1a900ee40bf3c832eb0b8563c34a59e659
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ request = ::Google::Cloud::TextToSpeech::V1::ListVoicesRequest.new # (request fi
|
|
|
37
37
|
response = client.list_voices request
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
View the [Client Library Documentation](https://
|
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-text_to_speech-v1/latest)
|
|
41
41
|
for class and method documentation.
|
|
42
42
|
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/text-to-speech)
|
|
@@ -167,13 +167,13 @@ module Google
|
|
|
167
167
|
#
|
|
168
168
|
# @param language_code [::String]
|
|
169
169
|
# Optional. Recommended.
|
|
170
|
-
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
|
|
171
|
-
# specified, the
|
|
172
|
-
#
|
|
173
|
-
#
|
|
174
|
-
# `"
|
|
175
|
-
# `"
|
|
176
|
-
#
|
|
170
|
+
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
|
|
171
|
+
# If not specified, the API will return all supported voices.
|
|
172
|
+
# If specified, the ListVoices call will only return voices that can be used
|
|
173
|
+
# to synthesize this language_code. For example, if you specify `"en-NZ"`,
|
|
174
|
+
# all `"en-NZ"` voices will be returned. If you specify `"no"`, both
|
|
175
|
+
# `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
|
|
176
|
+
# returned.
|
|
177
177
|
#
|
|
178
178
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
179
179
|
# @yieldparam response [::Google::Cloud::TextToSpeech::V1::ListVoicesResponse]
|
|
@@ -25,13 +25,13 @@ module Google
|
|
|
25
25
|
# @!attribute [rw] language_code
|
|
26
26
|
# @return [::String]
|
|
27
27
|
# Optional. Recommended.
|
|
28
|
-
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
|
|
29
|
-
# specified, the
|
|
30
|
-
#
|
|
31
|
-
#
|
|
32
|
-
# `"
|
|
33
|
-
# `"
|
|
34
|
-
#
|
|
28
|
+
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
|
|
29
|
+
# If not specified, the API will return all supported voices.
|
|
30
|
+
# If specified, the ListVoices call will only return voices that can be used
|
|
31
|
+
# to synthesize this language_code. For example, if you specify `"en-NZ"`,
|
|
32
|
+
# all `"en-NZ"` voices will be returned. If you specify `"no"`, both
|
|
33
|
+
# `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
|
|
34
|
+
# returned.
|
|
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.5.
|
|
4
|
+
version: 0.5.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: 2022-
|
|
11
|
+
date: 2022-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
202
|
version: '0'
|
|
203
203
|
requirements: []
|
|
204
|
-
rubygems_version: 3.3.
|
|
204
|
+
rubygems_version: 3.3.5
|
|
205
205
|
signing_key:
|
|
206
206
|
specification_version: 4
|
|
207
207
|
summary: API Client library for the Cloud Text-to-Speech V1 API
|