google-apis-texttospeech_v1beta1 0.1.0 → 0.6.0

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: 22519d24d50c40564c70825a303b11b31f0be650e9453093f25754343771d305
4
- data.tar.gz: ac14a734d71394a9da7621630a8c5c8bf4bb4fae4c6bdb5e2be6f4ef6a98cde4
3
+ metadata.gz: 0e615166baa186e5568f7a1593e1b5f8242183056bd6eaf6324c62ff2c171ada
4
+ data.tar.gz: e8b1995130e0a96aca45a8bf12cb8c9714fc46169eb28ded8071b6574aa06f04
5
5
  SHA512:
6
- metadata.gz: 5acbb045efb02662f32558dc94a2a8ac0b558fcc2334c89028765c41b37ccee2aba4d648cc0fb6ccc59610b785d2bafa3b12ad114c7596135d27c820f186fd0d
7
- data.tar.gz: b4042d92e7a18780446a2dbb1fa9e69caed978a87a1d13b2ef27fabcbcd729cb28199fbb1dc13a50ba3b8b1211ffc532d018ae00bdf3d60cdb796507a79b2dc4
6
+ metadata.gz: c5138e03ef65ea945c04bd32872836ae1b1f41ea426ff4c9cb091df4b1249f4c0f773b8b757ac39eba2b2048dc072bcb8097a06386c068f720638e44ff747783
7
+ data.tar.gz: 9700ecefe33e92f024eb8fcb17ebc3c116e6650884979deaa66ee5660382878b460f9e1a273421a22fa67ef8404e2498c0a76e8c72d8c23ebae86fc411d8c8b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Release history for google-apis-texttospeech_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-06-09)
4
+
5
+ * Regenerated from discovery document revision 20210528
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.5.0 (2021-05-20)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.4.0 (2021-03-30)
13
+
14
+ * Regenerated from discovery document revision 20210326
15
+ * Regenerated using generator version 0.2.0
16
+
17
+ ### v0.3.0 (2021-03-04)
18
+
19
+ * Unspecified changes
20
+
21
+ ### v0.2.0 (2021-02-27)
22
+
23
+ * Regenerated from discovery document revision 20210225
24
+ * Regenerated using generator version 0.1.2
25
+
3
26
  ### v0.1.0 (2021-01-07)
4
27
 
5
28
  * Regenerated using generator version 0.1.1
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -201,7 +201,7 @@ module Google
201
201
  attr_accessor :audio_content
202
202
 
203
203
  # A link between a position in the original request input and a corresponding
204
- # time in the output audio. It's only supported via of SSML input.
204
+ # time in the output audio. It's only supported via `` of SSML input.
205
205
  # Corresponds to the JSON property `timepoints`
206
206
  # @return [Array<Google::Apis::TexttospeechV1beta1::Timepoint>]
207
207
  attr_accessor :timepoints
@@ -223,7 +223,7 @@ module Google
223
223
  class Timepoint
224
224
  include Google::Apis::Core::Hashable
225
225
 
226
- # Timepoint name as received from the client within tag.
226
+ # Timepoint name as received from the client within `` tag.
227
227
  # Corresponds to the JSON property `markName`
228
228
  # @return [String]
229
229
  attr_accessor :mark_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TexttospeechV1beta1
18
18
  # Version of the google-apis-texttospeech_v1beta1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200921"
25
+ REVISION = "20210528"
26
26
  end
27
27
  end
28
28
  end
@@ -83,12 +83,13 @@ module Google
83
83
  # Returns a list of Voice supported for synthesis.
84
84
  # @param [String] language_code
85
85
  # Optional. Recommended. [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
86
- # language tag. If specified, the ListVoices call will only return voices that
87
- # can be used to synthesize this language_code. E.g. when specifying "en-NZ",
88
- # you will get supported "en-\*" voices; when specifying "no", you will get
89
- # supported "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices;
90
- # specifying "zh" will also get supported "cmn-\*" voices; specifying "zh-hk"
91
- # will also get supported "yue-\*" voices.
86
+ # language tag. If not specified, the API will return all supported voices. If
87
+ # specified, the ListVoices call will only return voices that can be used to
88
+ # synthesize this language_code. E.g. when specifying "en-NZ", you will get
89
+ # supported "en-NZ" voices; when specifying "no", you will get supported "no-\*"
90
+ # (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh" will also
91
+ # get supported "cmn-\*" voices; specifying "zh-hk" will also get supported "yue-
92
+ # hk" voices.
92
93
  # @param [String] fields
93
94
  # Selector specifying which fields to include in a partial response.
94
95
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-texttospeech_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-texttospeech_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-texttospeech_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Text-to-Speech API V1beta1