google-apis-texttospeech_v1beta1 0.22.0 → 0.24.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: 27b74193bbb19a457f50ea77b35d5fd2fe9b1c440d05d58ff124b2aebd8093a5
|
4
|
+
data.tar.gz: b027a7695591db1a5afe776240530bf92b824d701fcd73d12bd250780c7db34e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf69848b9c5b9649a5494694e7150bc9e0b28f9405f42ff26eb8d0a00a18d1d2a5b5d09911053e93611276649c3e90dcec72abfd450c03647dc0e3384150008a
|
7
|
+
data.tar.gz: 3060371ad514b044c3abd89919a53e1ed721927552198d5776bb77f9a8dd5da9853f7602b0c29faa88fe25c537151cc46f26b0f024d9af1094341a88c0093988
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-texttospeech_v1beta1
|
2
2
|
|
3
|
+
### v0.24.0 (2023-05-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230427
|
6
|
+
|
7
|
+
### v0.23.0 (2023-04-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230327
|
10
|
+
|
3
11
|
### v0.22.0 (2023-03-19)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230306
|
@@ -359,8 +359,9 @@ module Google
|
|
359
359
|
# @return [Google::Apis::TexttospeechV1beta1::SynthesisInput]
|
360
360
|
attr_accessor :input
|
361
361
|
|
362
|
-
# Specifies a Cloud Storage URI for the synthesis results. Must be
|
363
|
-
# the format: `gs://bucket_name/object_name`, and the bucket must
|
362
|
+
# Required. Specifies a Cloud Storage URI for the synthesis results. Must be
|
363
|
+
# specified in the format: `gs://bucket_name/object_name`, and the bucket must
|
364
|
+
# already exist.
|
364
365
|
# Corresponds to the JSON property `outputGcsUri`
|
365
366
|
# @return [String]
|
366
367
|
attr_accessor :output_gcs_uri
|
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230427"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -51,8 +51,7 @@ module Google
|
|
51
51
|
|
52
52
|
# Synthesizes long form text asynchronously.
|
53
53
|
# @param [String] parent
|
54
|
-
# The resource states of the request in the form of `projects/*/locations
|
55
|
-
# voices/*`.
|
54
|
+
# The resource states of the request in the form of `projects/*/locations/*`.
|
56
55
|
# @param [Google::Apis::TexttospeechV1beta1::SynthesizeLongAudioRequest] synthesize_long_audio_request_object
|
57
56
|
# @param [String] fields
|
58
57
|
# Selector specifying which fields to include in a partial response.
|
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.24.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: 2023-
|
11
|
+
date: 2023-05-14 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.24.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: []
|