google-cloud-text_to_speech-v1 0.5.1 → 0.5.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: e1dc536eb8a5337cb2ea7ff503f00475bd924c70cb5f90f62092503dde50d825
4
- data.tar.gz: 11c51f7d9c36e2f5bab8fa773f42e532a243beb3b71767095339c177c32024d3
3
+ metadata.gz: 6fff391754e4a6f1ce8ed4d8f57346aac58263878595772822c4b61914eeef78
4
+ data.tar.gz: d6543709755dca04e49b7e967002443173ccbf76ef2311aad364e3cd099692c2
5
5
  SHA512:
6
- metadata.gz: d49edcea454e5ee0867d288bd559e358b560df74ed2212cc7a4356916d498fc6bfefd304926187e0e310a09819d0ad8229d64c56d5fd996e4d65fef845948855
7
- data.tar.gz: 19dc20e5bf39185df06817a53aa3c4adac6959fd68ed1bbf51c54dc41e2caa29a627fd979566d0788d19b996c2198af7b82378218de828c42c3294f8ef9910e0
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://googleapis.dev/ruby/google-cloud-text_to_speech-v1/latest)
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. If
171
- # specified, the ListVoices call will only return voices that can be used to
172
- # synthesize this language_code. E.g. when specifying `"en-NZ"`, you will get
173
- # supported `"en-\*"` voices; when specifying `"no"`, you will get supported
174
- # `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices; specifying
175
- # `"zh"` will also get supported `"cmn-\*"` voices; specifying `"zh-hk"` will
176
- # also get supported `"yue-\*"` voices.
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]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
23
  module V1
24
- VERSION = "0.5.1"
24
+ VERSION = "0.5.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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. If
29
- # specified, the ListVoices call will only return voices that can be used to
30
- # synthesize this language_code. E.g. when specifying `"en-NZ"`, you will get
31
- # supported `"en-\*"` voices; when specifying `"no"`, you will get supported
32
- # `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices; specifying
33
- # `"zh"` will also get supported `"cmn-\*"` voices; specifying `"zh-hk"` will
34
- # also get supported `"yue-\*"` voices.
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.1
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-01-11 00:00:00.000000000 Z
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.4
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