google-apis-texttospeech_v1beta1 0.10.0 → 0.11.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: bfb812269203412c40c495bdda324b78d431cc4fbcb580bad4f9ec1f4dc9f2a8
|
4
|
+
data.tar.gz: 66a63c8b0f4c8d08f1715cb0cdba125c5b3833550702ee9d37bbff74225a115a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43a81965580552ee167bd44149551ec957cafa160a35e84017f28b65116ce19ddb5c91f5158b61e73c43c23166a636506fc8e6ae7bac720b55a627f24367a655
|
7
|
+
data.tar.gz: 2b8b13db4f78be61b432d6d7fa29d44d8aa0ae2665f48b064707b5abdf7e69364925d3d97f2f61dcef232c825c101e17eb412ca8f8da2dbe4dea34520d4811d9
|
data/CHANGELOG.md
CHANGED
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,11 +85,11 @@ module Google
|
|
85
85
|
# Optional. Recommended. [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
|
86
86
|
# language tag. If not specified, the API will return all supported voices. If
|
87
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"
|
89
|
-
# supported "en-NZ" voices; when specifying "no"
|
90
|
-
# (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
|
91
|
-
# get supported "cmn-\*" voices; specifying "zh-hk" will also get
|
92
|
-
# hk" voices.
|
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 `"
|
90
|
+
# no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices; specifying `"zh"`
|
91
|
+
# will also get supported `"cmn-\*"` voices; specifying `"zh-hk"` will also get
|
92
|
+
# supported `"yue-hk"` voices.
|
93
93
|
# @param [String] fields
|
94
94
|
# Selector specifying which fields to include in a partial response.
|
95
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.
|
4
|
+
version: 0.11.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-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-texttospeech_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-texttospeech_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|