google-apis-texttospeech_v1beta1 0.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e615166baa186e5568f7a1593e1b5f8242183056bd6eaf6324c62ff2c171ada
|
4
|
+
data.tar.gz: e8b1995130e0a96aca45a8bf12cb8c9714fc46169eb28ded8071b6574aa06f04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5138e03ef65ea945c04bd32872836ae1b1f41ea426ff4c9cb091df4b1249f4c0f773b8b757ac39eba2b2048dc072bcb8097a06386c068f720638e44ff747783
|
7
|
+
data.tar.gz: 9700ecefe33e92f024eb8fcb17ebc3c116e6650884979deaa66ee5660382878b460f9e1a273421a22fa67ef8404e2498c0a76e8c72d8c23ebae86fc411d8c8b6
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210528"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
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-
|
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.
|
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: []
|