google-cloud-text_to_speech 2.0.2 → 2.0.3

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: 29e570a4f9a77695bd10fa7c906861cf9c92b0e3185fe58e67831e19ce2ae85c
4
- data.tar.gz: 818324347c5e3e65ae0a5fdf906f5af6f3978b1bdb2cbe80b0500d10047b2286
3
+ metadata.gz: bd99ae17cbbb3c973d0c76635b87916effe6f4e4c731169c2853bc7c4b1a5d96
4
+ data.tar.gz: 0f9a94248b47dc55741e77004a878739a871b4e2621e8b7dc820ee6d45e20e19
5
5
  SHA512:
6
- metadata.gz: 246f5033d93d44172eb94f590ac6f452b4a246e007c8474806ccebcf38e22ec4ae59ba8672f6a2888dfe4854feed880a6f3ad2da2f7c3655d09f0d5dff2303b3
7
- data.tar.gz: d572e7d9e2cb83bfed26a6015c396639473ba467b5f51971d2040bbce820300e114a12b858ad7c04f4536106ca2fa64a79d0934ea0dd42497eda78e2335a6c0a
6
+ metadata.gz: 5d6458a2d0031550bbb4576a1ba4c9216910e2afc1f313121475f886c8744fe8e279ae8411c3f0a83563db589dc16d838086c3e95e1495a5e5c9f3f711df93e9
7
+ data.tar.gz: a1b69dba42e54cb7085c8c307a6dc66826f63a7e293c3005cedae8a5817d15e69eaafba4478b48cdb8fccc6ca1238cfb22445d3ac09595ae2fb5a230dea21086
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/texttospeech.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/text_to_speech"
39
+
40
+ client = Google::Cloud::TextToSpeech.text_to_speech
41
+ request = ::Google::Cloud::TextToSpeech::V1::ListVoicesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_voices request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
- VERSION = "2.0.2"
23
+ VERSION = "2.0.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-text_to_speech
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC